freebsd-dev/usr.bin/finger/Makefile
Ed Schouten b7946da96b Build usr.bin/ with WARNS=6 by default.
Also add some missing $FreeBSD$ to keep svn happy.
2010-01-02 10:27:05 +00:00

14 lines
205 B
Makefile

# @(#)Makefile 8.1 (Berkeley) 6/6/93
# $FreeBSD$
PROG= finger
SRCS= finger.c lprint.c net.c sprint.c util.c
MAN= finger.1 finger.conf.5
WARNS?= 2
DPADD= ${LIBULOG}
LDADD= -lulog
.include <bsd.prog.mk>