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.
This commit is contained in:
parent
2037b3d265
commit
3b32edfe60
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user