NetBSD/libexec/uucpd/Makefile

11 lines
249 B
Makefile
Raw Normal View History

2002-08-20 18:01:49 +04:00
# $NetBSD: Makefile,v 1.9 2002/08/20 14:01:49 christos Exp $
1997-10-08 13:12:46 +04:00
# from: @(#)Makefile 8.1 (Berkeley) 6/4/93
1993-06-29 22:53:47 +04:00
PROG= uucpd
MAN= uucpd.8
2002-08-20 18:01:49 +04:00
LDADD+= -lcrypt -lutil
DPADD+= ${LIBCRYPT} ${LIBUTIL}
CPPFLAGS+=-DSUPPORT_UTMP -DSUPPORT_UTMPX
1993-06-29 22:53:47 +04:00
.include <bsd.prog.mk>