summaryrefslogtreecommitdiffstats
path: root/usr.bin/su
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1999-08-15 13:14:50 +0000
committerbde <bde@FreeBSD.org>1999-08-15 13:14:50 +0000
commit3b32edfe60ecacd63d25cdfe7d99b4a0377b145e (patch)
treea76a2190510516c4bda199a9e5744ac358129bde /usr.bin/su
parent2037b3d265a2a3853b09d7435a9389a0b186eb88 (diff)
downloadFreeBSD-src-3b32edfe60ecacd63d25cdfe7d99b4a0377b145e.zip
FreeBSD-src-3b32edfe60ecacd63d25cdfe7d99b4a0377b145e.tar.gz
Fixed editing error in previous commit. `-lmd' (link libmd) became `-md'
(emulate the 'd' linker (?)). This was most harmful for the NOSHARED=yes case since libskey.o isn't linked to libmd.a. Fixed the usual disorder of DPADD and LDADD, and some tab lossage.
Diffstat (limited to 'usr.bin/su')
-rw-r--r--usr.bin/su/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/usr.bin/su/Makefile b/usr.bin/su/Makefile
index 384b7ea..2ffba8c 100644
--- a/usr.bin/su/Makefile
+++ b/usr.bin/su/Makefile
@@ -1,12 +1,12 @@
# @(#)Makefile 8.1 (Berkeley) 7/19/93
-# $Id: Makefile,v 1.21 1998/09/19 22:42:05 obrien Exp $
+# $Id: Makefile,v 1.22 1999/08/13 16:51:40 sheldonh Exp $
PROG= su
SRCS= su.c
-COPTS+= -DLOGIN_CAP -DSKEY
-LDADD+= -lutil -lskey -md -lcrypt
-DPADD+= ${LIBUTIL} ${LIBSKEY} ${LIBMD} ${LIBCRYPT}
+COPTS+= -DLOGIN_CAP -DSKEY
+DPADD= ${LIBUTIL} ${LIBSKEY} ${LIBMD} ${LIBCRYPT}
+LDADD= -lutil -lskey -lmd -lcrypt
.if defined(WHEELSU)
COPTS+= -DWHEELSU
OpenPOWER on IntegriCloud