aboutsummaryrefslogtreecommitdiffstats
path: root/adv_cmds/finger/Makefile
blob: 86b9d0002f53f211d4f85713d2a21e782220c06a (plain) (blame)
1
2
3
4
5
6
7
8
PROG=	finger
SRCS=	finger.c \
	lprint.c \
	net.c \
	sprint.c \
	util.c

.include <bsd.prog.mk>