diff options
| author | Bruce Evans <bde@FreeBSD.org> | 2002-04-21 12:43:14 +0000 |
|---|---|---|
| committer | Bruce Evans <bde@FreeBSD.org> | 2002-04-21 12:43:14 +0000 |
| commit | 85549fe96b8d0d1353759f341e9a003600191f5f (patch) | |
| tree | ae6034aa6cb49069de595b8656c57977fc2b1b74 /usr.bin/login/Makefile | |
| parent | fb767b2d4e75738e87bedfc6f58b94586ae60ba5 (diff) | |
Notes
Diffstat (limited to 'usr.bin/login/Makefile')
| -rw-r--r-- | usr.bin/login/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/usr.bin/login/Makefile b/usr.bin/login/Makefile index 05550150790d..b1259378e056 100644 --- a/usr.bin/login/Makefile +++ b/usr.bin/login/Makefile @@ -1,15 +1,12 @@ -# From: @(#)Makefile 8.1 (Berkeley) 7/19/93 +# @(#)Makefile 8.1 (Berkeley) 7/19/93 # $FreeBSD$ PROG= login SRCS= login.c login_fbtab.c -MAN= login.1 login.access.5 - CFLAGS+=-DLOGALL - DPADD= ${LIBUTIL} ${LIBCRYPT} ${LIBPAM} LDADD= -lutil -lcrypt ${MINUSLPAM} - +MAN= login.1 login.access.5 BINOWN= root BINMODE=4555 INSTALLFLAGS=-fschg |
