move call to udbsender so that full name can potentially be extracted
[unix-history] / usr / src / usr.sbin / inetd / Makefile
CommitLineData
995785db 1# @(#)Makefile 5.5 (Berkeley) %G%
f34cf8f3 2
de44f698 3PROG= inetd
995785db 4LDADD= -lutil
de44f698
KB
5MAN8= inetd.0
6MLINKS= inetd.8 inetd.5
f34cf8f3 7
de44f698 8.include <bsd.prog.mk>