diff options
author | cvs2svn <cvs2svn@FreeBSD.org> | 1995-05-29 13:46:40 +0000 |
---|---|---|
committer | cvs2svn <cvs2svn@FreeBSD.org> | 1995-05-29 13:46:40 +0000 |
commit | 0d98f1227110082e9e507ca236458f6c363e25b6 (patch) | |
tree | 297f74782436a0f973b6b89d60c10f399af9a135 /net/pcnfsd/files/patch-ab | |
parent | Remove comment about not being able to undefine a variable, as we *can* (diff) |
This commit was manufactured by cvs2svn to create tag 'RELENG_2_0_5_ALPHA'.release/2.0.5a
Diffstat (limited to 'net/pcnfsd/files/patch-ab')
-rw-r--r-- | net/pcnfsd/files/patch-ab | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/net/pcnfsd/files/patch-ab b/net/pcnfsd/files/patch-ab deleted file mode 100644 index 95538572a242..000000000000 --- a/net/pcnfsd/files/patch-ab +++ /dev/null @@ -1,26 +0,0 @@ -*** /dev/null Thu Oct 6 16:22:04 1994 ---- Makefile.44bsd Thu Oct 6 17:18:19 1994 -*************** -*** 0 **** ---- 1,21 ---- -+ # -+ # @(#)Makefile -+ # Makefile for rpc.pcnfsd for BSD/386 or similar -+ # $Id: patch-ab,v 1.1.1.1 1994/10/07 00:23:56 pst Exp $ -+ # -+ -+ 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 -p ${BINDIR} -+ -mkdir -p ${PRDIR} -+ -+ .include <bsd.prog.mk> |