diff options
author | Ruslan Ermilov <ru@FreeBSD.org> | 2004-10-24 12:36:21 +0000 |
---|---|---|
committer | Ruslan Ermilov <ru@FreeBSD.org> | 2004-10-24 12:36:21 +0000 |
commit | 55a74fe7a39e25e98966e7f023cf58b46a325e97 (patch) | |
tree | 8ec27eb1066b61df620120b81596194c0f7b5138 /release/picobsd/tinyware | |
parent | 39ebd905325a880e8cbd3778b15325cdece91f19 (diff) |
NEED_LIBNAMES is gone long ago.
Notes
Notes:
svn path=/head/; revision=136896
Diffstat (limited to 'release/picobsd/tinyware')
-rw-r--r-- | release/picobsd/tinyware/login/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/release/picobsd/tinyware/login/Makefile b/release/picobsd/tinyware/login/Makefile index 2fe2b5e52594..2bd2a346b47a 100644 --- a/release/picobsd/tinyware/login/Makefile +++ b/release/picobsd/tinyware/login/Makefile @@ -21,6 +21,5 @@ LDADD+= ${MINUSLPAM} BINOWN= root BINMODE=4555 INSTALLFLAGS=-fschg -NEED_LIBNAMES= yes .include <bsd.prog.mk> |