diff options
| author | Ruslan Ermilov <ru@FreeBSD.org> | 2004-12-21 12:49:24 +0000 |
|---|---|---|
| committer | Ruslan Ermilov <ru@FreeBSD.org> | 2004-12-21 12:49:24 +0000 |
| commit | b5b0bba4df88188c8535f009f8c824bf04bdd6bc (patch) | |
| tree | b0b7af3eeaf74198d68a3894a62f81863ff13438 /release | |
| parent | 8340281fb107174cf94783010a31c056a5711f2b (diff) | |
Notes
Diffstat (limited to 'release')
| -rw-r--r-- | release/picobsd/bridge/crunch.conf | 2 | ||||
| -rw-r--r-- | release/picobsd/tinyware/login/Makefile | 2 | ||||
| -rw-r--r-- | release/picobsd/tinyware/passwd/Makefile | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/release/picobsd/bridge/crunch.conf b/release/picobsd/bridge/crunch.conf index 02896cec36d4..9686bdc9eb6b 100644 --- a/release/picobsd/bridge/crunch.conf +++ b/release/picobsd/bridge/crunch.conf @@ -18,7 +18,7 @@ # Default build options. Basically tell the Makefiles which understand # that to use the most compact possible version of the code. # -buildopts -DNOPAM -DRELEASE_CRUNCH -DPPP_NO_NETGRAPH -DPPP_NO_PAM -DTRACEROUTE_NO_IPSEC -DNO_INET6 +buildopts -DNO_PAM -DRELEASE_CRUNCH -DPPP_NO_NETGRAPH -DTRACEROUTE_NO_IPSEC -DNO_INET6 # directories where to look for sources of various binaries. # @__CWD__@ is a magic keyword in the picobsd's (Makefile.conf) diff --git a/release/picobsd/tinyware/login/Makefile b/release/picobsd/tinyware/login/Makefile index cf13442b9a2e..1f622f66c4df 100644 --- a/release/picobsd/tinyware/login/Makefile +++ b/release/picobsd/tinyware/login/Makefile @@ -12,7 +12,7 @@ CFLAGS+=-DLOGIN_ACCESS -DLOGALL DPADD= ${LIBUTIL} ${LIBCRYPT} LDADD= -lutil -lcrypt -.if !defined(NOPAM) +.if !defined(NO_PAM) CFLAGS+= -DUSE_PAM DPADD+= ${LIBPAM} LDADD+= ${MINUSLPAM} diff --git a/release/picobsd/tinyware/passwd/Makefile b/release/picobsd/tinyware/passwd/Makefile index 203a5f4a3ba1..5f6b8c45bd15 100644 --- a/release/picobsd/tinyware/passwd/Makefile +++ b/release/picobsd/tinyware/passwd/Makefile @@ -1,7 +1,7 @@ # From: @(#)Makefile 8.3 (Berkeley) 4/2/94 # $FreeBSD$ -# Only NOPAM is used by PicoBSD and supported here +# Only NO_PAM is used by PicoBSD and supported here PROG= passwd |
