MFS: No longer needed with PicoBSD 0.44

This commit is contained in:
Roger Hardiman 1999-06-15 12:51:57 +00:00
parent 3e69db1b49
commit 105d5f266a
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=47924
4 changed files with 0 additions and 86 deletions

View File

@ -1,33 +0,0 @@
*** Makefile.orig Sat Aug 1 20:35:53 1998
--- Makefile Sat Aug 1 20:36:50 1998
***************
*** 9,22 ****
#Uncomment to activate login_auth
#Warning: requires src/libexec/login_* auth modules
#LC_AUTH=-DLOGIN_CAP_AUTH
! CFLAGS+=-Wall -DSKEY -DLOGIN_ACCESS -DLOGALL -DLOGIN_CAP $(LC_AUTH)
.if defined(KLOGIN_PARANOID)
CFLAGS+=-DKLOGIN_PARANOID
.endif
! DPADD= ${LIBUTIL} ${LIBSKEY} ${LIBMD} ${LIBCRYPT}
! LDADD= -lutil -lskey -lmd -lcrypt
.if exists(${DESTDIR}/usr/lib/libkrb.a) && defined(MAKE_KERBEROS4) && !defined(LC_AUTH)
CFLAGS+=-DKERBEROS
--- 9,22 ----
#Uncomment to activate login_auth
#Warning: requires src/libexec/login_* auth modules
#LC_AUTH=-DLOGIN_CAP_AUTH
! CFLAGS+=-Wall $(LC_AUTH)
.if defined(KLOGIN_PARANOID)
CFLAGS+=-DKLOGIN_PARANOID
.endif
! DPADD= ${LIBUTIL} ${LIBMD} ${LIBCRYPT}
! LDADD= -lutil -lmd -lcrypt
.if exists(${DESTDIR}/usr/lib/libkrb.a) && defined(MAKE_KERBEROS4) && !defined(LC_AUTH)
CFLAGS+=-DKERBEROS

View File

@ -1,10 +0,0 @@
--- Makefile.orig Tue Sep 8 14:40:17 1998
+++ Makefile Tue Sep 8 14:40:53 1998
@@ -13,6 +13,7 @@
BINOWN= root
BINGRP= network
MAN8= ppp.8
+NOSECURE=yes
LDADD+= -lmd -lcrypt
DPADD+= ${LIBMD} ${LIBCRYPT}

View File

@ -1,33 +0,0 @@
*** Makefile.orig Sat Aug 1 20:35:53 1998
--- Makefile Sat Aug 1 20:36:50 1998
***************
*** 9,22 ****
#Uncomment to activate login_auth
#Warning: requires src/libexec/login_* auth modules
#LC_AUTH=-DLOGIN_CAP_AUTH
! CFLAGS+=-Wall -DSKEY -DLOGIN_ACCESS -DLOGALL -DLOGIN_CAP $(LC_AUTH)
.if defined(KLOGIN_PARANOID)
CFLAGS+=-DKLOGIN_PARANOID
.endif
! DPADD= ${LIBUTIL} ${LIBSKEY} ${LIBMD} ${LIBCRYPT}
! LDADD= -lutil -lskey -lmd -lcrypt
.if exists(${DESTDIR}/usr/lib/libkrb.a) && defined(MAKE_KERBEROS4) && !defined(LC_AUTH)
CFLAGS+=-DKERBEROS
--- 9,22 ----
#Uncomment to activate login_auth
#Warning: requires src/libexec/login_* auth modules
#LC_AUTH=-DLOGIN_CAP_AUTH
! CFLAGS+=-Wall $(LC_AUTH)
.if defined(KLOGIN_PARANOID)
CFLAGS+=-DKLOGIN_PARANOID
.endif
! DPADD= ${LIBUTIL} ${LIBMD} ${LIBCRYPT}
! LDADD= -lutil -lmd -lcrypt
.if exists(${DESTDIR}/usr/lib/libkrb.a) && defined(MAKE_KERBEROS4) && !defined(LC_AUTH)
CFLAGS+=-DKERBEROS

View File

@ -1,10 +0,0 @@
--- Makefile.orig Tue Sep 8 14:40:17 1998
+++ Makefile Tue Sep 8 14:40:53 1998
@@ -13,6 +13,7 @@
BINOWN= root
BINGRP= network
MAN8= ppp.8
+NOSECURE=yes
LDADD+= -lmd -lcrypt
DPADD+= ${LIBMD} ${LIBCRYPT}