freebsd-dev/usr.sbin/inetd/Makefile
Peter Wemm c128302002 Make inetd use setproctitle from libutil instead of it's own version.
The old code can probably still be compiled with #define OLD_SETPROCTITLE
1996-01-01 08:42:23 +00:00

11 lines
152 B
Makefile

# @(#)Makefile 8.1 (Berkeley) 6/6/93
PROG= inetd
MAN8= inetd.8
MLINKS= inetd.8 inetd.conf.5
DPADD+= ${LIBUTIL}
LDADD+= -lutil
.include <bsd.prog.mk>