Deleted Added
full compact
Makefile (127560) Makefile (201380)
1# @(#)Makefile 8.1 (Berkeley) 6/4/93
1# @(#)Makefile 8.1 (Berkeley) 6/4/93
2# $FreeBSD: head/libexec/fingerd/Makefile 127560 2004-03-29 09:29:51Z pjd $
2# $FreeBSD: head/libexec/fingerd/Makefile 201380 2010-01-02 09:50:19Z ed $
3
4PROG= fingerd
5DPADD= ${LIBUTIL}
6LDADD= -lutil
7MAN= fingerd.8
3
4PROG= fingerd
5DPADD= ${LIBUTIL}
6LDADD= -lutil
7MAN= fingerd.8
8WARNS?= 2
9
8
9WARNS?= 2
10WFORMAT=0
11
12.include <bsd.prog.mk>
10WFORMAT=0
11
12.include <bsd.prog.mk>