diff options
| author | Garrett Wollman <wollman@FreeBSD.org> | 1995-10-12 17:25:58 +0000 |
|---|---|---|
| committer | Garrett Wollman <wollman@FreeBSD.org> | 1995-10-12 17:25:58 +0000 |
| commit | eb034ce46a86c3d1e49d216c3f0a8070ddb07c1b (patch) | |
| tree | e0098b68496d4aa00eb731edbb4c144fa911a0ed /usr.bin/su | |
| parent | a2029046fd37f119149458a0d85ab5393a41c494 (diff) | |
Notes
Diffstat (limited to 'usr.bin/su')
| -rw-r--r-- | usr.bin/su/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/usr.bin/su/Makefile b/usr.bin/su/Makefile index 1d0249def471..0303a5e4561b 100644 --- a/usr.bin/su/Makefile +++ b/usr.bin/su/Makefile @@ -3,7 +3,10 @@ PROG= su SRCS= su.c -CFLAGS+=-DSKEY +COPTS+= -DSKEY +.if defined(WHEELSU) +COPTS+= -DWHEELSU +.endif LDADD= -lskey -lmd -lcrypt DPADD= ${LIBSKEY} ${LIBMD} ${LIBCRYPT} |
