9357f4121d
are not yet warning-clean. Tested on i386 and alpha.
12 lines
146 B
Makefile
12 lines
146 B
Makefile
# @(#)Makefile 8.1 (Berkeley) 6/4/93
|
|
# $FreeBSD$
|
|
|
|
PROG= fingerd
|
|
DPADD= ${LIBUTIL}
|
|
LDADD= -lutil
|
|
MAN= fingerd.8
|
|
|
|
WFORMAT=0
|
|
|
|
.include <bsd.prog.mk>
|