1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-25 11:37:56 +00:00
freebsd/libexec/uucpd/Makefile
1997-02-22 14:22:49 +00:00

9 lines
148 B
Makefile

# @(#)Makefile 8.1 (Berkeley) 6/4/93
# $Id$
PROG= uucpd
MAN8= uucpd.8
LDADD= -lcrypt -lutil
DPADD= ${LIBCRYPT} ${LIBUTIL}
.include <bsd.prog.mk>