88bc5ea96c
- check return call of several important system calls - clean up some more cruft. - support "uucpd -l" for extra (syslog(3)) logging. - add a man page for uucpd. did it really arrive in 4.2BSD as the code indicates? that's what `HISTORY' says...
10 lines
185 B
Makefile
10 lines
185 B
Makefile
# $NetBSD: Makefile,v 1.8 1998/07/03 18:09:48 mrg Exp $
|
|
# from: @(#)Makefile 8.1 (Berkeley) 6/4/93
|
|
|
|
PROG= uucpd
|
|
MAN= uucpd.8
|
|
LDADD+= -lcrypt
|
|
DPADD+= ${LIBCRYPT}
|
|
|
|
.include <bsd.prog.mk>
|