diff options
author | Paul Traina <pst@FreeBSD.org> | 1994-10-07 00:23:56 +0000 |
---|---|---|
committer | Paul Traina <pst@FreeBSD.org> | 1994-10-07 00:23:56 +0000 |
commit | c6b6b307a969f1aa5496e729c99604ee0e7e6202 (patch) | |
tree | aec1cfc86fdfa029734cd91d9ed6a3da1644f5db /net/pcnfsd/files/patch-ab | |
parent | libmytinfo removed (diff) |
PC NFS authentication/spooling daemon
Notes
Notes:
svn path=/head/; revision=198
Diffstat (limited to 'net/pcnfsd/files/patch-ab')
-rw-r--r-- | net/pcnfsd/files/patch-ab | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/net/pcnfsd/files/patch-ab b/net/pcnfsd/files/patch-ab new file mode 100644 index 000000000000..b39f339056d6 --- /dev/null +++ b/net/pcnfsd/files/patch-ab @@ -0,0 +1,25 @@ +*** /dev/null Thu Oct 6 16:22:04 1994 +--- Makefile.44bsd Thu Oct 6 17:18:19 1994 +*************** +*** 0 **** +--- 1,20 ---- ++ # ++ # @(#)Makefile ++ # Makefile for rpc.pcnfsd for BSD/386 or similar ++ # $Id$ ++ # ++ ++ PROG= rpc.pcnfsd ++ SRCS= pcnfsd_svc.c pcnfsd_xdr.c pcnfsd_v1.c pcnfsd_v2.c pcnfsd_misc.c \ ++ pcnfsd_cache.c pcnfsd_print.c ++ MAN8= pcnfsd.8 ++ ++ CFLAGS+=-DHAVE_PARAM_H ++ ++ DPADD+= ${LIBCRYPT} ++ LDADD+= -lcrypt ++ ++ beforeinstall: ++ -mkdir ${PRDIR} ++ ++ .include <bsd.prog.mk> |