Pull in some of the lpt_port_test fixes from lpt.c.
[unix-history] / usr.bin / su / Makefile
index 7978916..f86450c 100644 (file)
@@ -1,14 +1,12 @@
 #      @(#)Makefile    5.5 (Berkeley) 5/11/90
 #      @(#)Makefile    5.5 (Berkeley) 5/11/90
-#
-# PATCHES MAGIC                LEVEL   PATCH THAT GOT US HERE
-# --------------------         -----   ----------------------
-# CURRENT PATCH LEVEL:         1       50000
-# --------------------         -----   ----------------------
-#
-# 10 Oct 92    Rodney W. Grimes        Install a real crypt for passwords
-#
 
 
-CFLAGS+=-DDES
+
+.if exists(/usr/lib/libcrypt.a)
+#CFLAGS+=-DKERBEROS
+DPADD+= ${LIBCRYPT} #${LIBKRB}
+LDADD+= -lcrypt #-lkrb
+.endif
+
 PROG=  su
 BINOWN=        root
 BINMODE=4555
 PROG=  su
 BINOWN=        root
 BINMODE=4555