summaryrefslogtreecommitdiffstats
path: root/usr.bin/login/Makefile
diff options
context:
space:
mode:
authorjdp <jdp@FreeBSD.org>1998-11-11 05:47:45 +0000
committerjdp <jdp@FreeBSD.org>1998-11-11 05:47:45 +0000
commitf8dcb23dba255068fa5ac32328a680849f941f09 (patch)
treebcf9931108390493a6dfe0b082dda944ec38eb1a /usr.bin/login/Makefile
parent7f7d1683a0a387b994942a552ade2f65f61f13f5 (diff)
downloadFreeBSD-src-f8dcb23dba255068fa5ac32328a680849f941f09.zip
FreeBSD-src-f8dcb23dba255068fa5ac32328a680849f941f09.tar.gz
unifdef -DLOGIN_CAP. After almost 2 years, I think we can assume
it's here to stay. This code is starting to look almost reasonable again.
Diffstat (limited to 'usr.bin/login/Makefile')
-rw-r--r--usr.bin/login/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/login/Makefile b/usr.bin/login/Makefile
index ce15d16..93560f1 100644
--- a/usr.bin/login/Makefile
+++ b/usr.bin/login/Makefile
@@ -1,12 +1,12 @@
# From: @(#)Makefile 8.1 (Berkeley) 7/19/93
-# $Id: Makefile,v 1.21 1998/09/19 22:42:04 obrien Exp $
+# $Id: Makefile,v 1.22 1998/11/11 02:16:01 jdp Exp $
PROG= login
MAN1= login.1
MAN5= login.access.5
SRCS= login.c login_access.c login_fbtab.c
-CFLAGS+=-Wall -DSKEY -DLOGIN_ACCESS -DLOGALL -DLOGIN_CAP
+CFLAGS+=-Wall -DSKEY -DLOGIN_ACCESS -DLOGALL
.if defined(KLOGIN_PARANOID)
CFLAGS+=-DKLOGIN_PARANOID
OpenPOWER on IntegriCloud