1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-27 16:39:08 +00:00
freebsd/libexec/fingerd/Makefile

9 lines
120 B
Makefile
Raw Normal View History

1994-05-27 12:39:25 +00:00
# @(#)Makefile 8.1 (Berkeley) 6/4/93
1999-08-28 00:22:10 +00:00
# $FreeBSD$
1994-05-27 12:39:25 +00:00
PROG= fingerd
1999-04-06 23:40:25 +00:00
DPADD= ${LIBUTIL}
LDADD= -lutil
1994-05-27 12:39:25 +00:00
.include <bsd.prog.mk>