diff options
-rw-r--r-- | usr.bin/login/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/usr.bin/login/Makefile b/usr.bin/login/Makefile index 809b049f73c..cd3602553de 100644 --- a/usr.bin/login/Makefile +++ b/usr.bin/login/Makefile @@ -1,14 +1,10 @@ -# $OpenBSD: Makefile,v 1.19 2001/06/13 20:37:24 millert Exp $ +# $OpenBSD: Makefile,v 1.20 2001/06/25 05:51:25 art Exp $ PROG= login SRCS= login.c failedlogin.c DPADD= ${LIBUTIL} LDADD= -lutil -.if (${MACHINE_ARCH} == "alpha") -LDSTATIC= ${STATIC} -.endif - BINOWN= root BINMODE=4555 |