openbsd-ports/security/cfs/patches/patch-ab
angelos 228d9cfbd5 CFS 1.3.3 + blowfish (from Niels Provos) port.
It's fun being in Canada.
1997-11-27 22:22:48 +00:00

38 lines
1.1 KiB
Plaintext

*** Makefile.orig Wed Mar 20 12:59:03 1996
--- Makefile Tue Nov 25 17:38:23 1997
***************
*** 175,180 ****
--- 175,189 ----
#COMPAT=-lcompat
#RPCOPTS=
+ ##use these for OpenBSD i386 2.0 (Niels Provos)
+ # for mounting, you need to use a command like:
+ # mount -o port=3049,nfsv2,intr localhost:/null /crypt
+ # use -DSHORTLINKS to support the BSD 4.4 symbolic links (Dave Carrel)
+ CFLAGS=$(COPT) -DBSD44 -DANYPORT -DSHORTLINKS -I$(RINCLUDES)
+ LIBS=
+ COMPAT=-lcompat
+ RPCOPTS=
+
##use these for NetBSD i386 1.0 (John Kohl)
# for mounting, you need to use a command like:
# mount -o -P,-c localhost:/null /crypt
***************
*** 198,204 ****
# (3/3) CONFIGURE: one last thing
#==========================================================================
# finally, comment out the next line:
! CC=you_forgot_to_edit_the_makefile
# now you're done with local configuration.
--- 207,213 ----
# (3/3) CONFIGURE: one last thing
#==========================================================================
# finally, comment out the next line:
! #CC=you_forgot_to_edit_the_makefile
# now you're done with local configuration.