diff options
| author | John Birrell <jb@FreeBSD.org> | 1998-08-30 02:52:04 +0000 |
|---|---|---|
| committer | John Birrell <jb@FreeBSD.org> | 1998-08-30 02:52:04 +0000 |
| commit | 839de40e6eec97975c7c084514ce3bd6a85a893e (patch) | |
| tree | 1ef2b100125c63cb309a291573fe46f3ed272f21 /usr.bin/su | |
| parent | 050c06f9e2a3a21c4fca6240069e507a487e4388 (diff) | |
Notes
Diffstat (limited to 'usr.bin/su')
| -rw-r--r-- | usr.bin/su/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/su/Makefile b/usr.bin/su/Makefile index e468065bd063..5f64717e9ae5 100644 --- a/usr.bin/su/Makefile +++ b/usr.bin/su/Makefile @@ -28,7 +28,7 @@ DISTRIBUTION= krb .endif # Do we have to provide an implementation for libskey.so? -.if ${BINFORMAT} != elf +.if ${OBJFORMAT} != elf LDADD+= -lmd DPADD+= ${LIBMD} .endif |
