diff options
author | John Polstra <jdp@FreeBSD.org> | 1997-07-30 22:10:23 +0000 |
---|---|---|
committer | John Polstra <jdp@FreeBSD.org> | 1997-07-30 22:10:23 +0000 |
commit | b3845ba6788aa7f69391dfd3039a5f20ffd164ad (patch) | |
tree | bed08761cb18804fae93ea937158c5eb168c1d9b /security/cfs/files/patch-aa | |
parent | Add an entry for the CFS (Cryptographic File System) port that I am (diff) |
New port of CFS, the Cryptographic File System.
Notes
Notes:
svn path=/head/; revision=7442
Diffstat (limited to 'security/cfs/files/patch-aa')
-rw-r--r-- | security/cfs/files/patch-aa | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/security/cfs/files/patch-aa b/security/cfs/files/patch-aa new file mode 100644 index 000000000000..2adf405acb85 --- /dev/null +++ b/security/cfs/files/patch-aa @@ -0,0 +1,22 @@ +--- Makefile.orig Wed Mar 20 09:59:03 1996 ++++ Makefile Wed Jul 30 12:04:03 1997 +@@ -193,12 +193,18 @@ + ## not sure what to do for NeXT. I think this works: + #CFLAGS=$(COPT) -posix -D_BSD -DANYPORT -I$(RINCLUDES) + ++## use these for FreeBSD ++CFLAGS=$(COPT) -DBSD44 -DANYPORT -DSHORTLINKS ++LIBS=-lrpcsvc ++COMPAT=-lcompat ++RPCOPTS= ++ + + #========================================================================== + # (3/3) CONFIGURE: one last thing + #========================================================================== + # finally, comment out the next line: +-CC=you_forgot_to_edit_the_makefile ++#CC=you_forgot_to_edit_the_makefile + + # now you're done with local configuration. + |