diff options
| author | Geoff Rehmet <csgr@FreeBSD.org> | 1994-08-20 21:29:33 +0000 |
|---|---|---|
| committer | Geoff Rehmet <csgr@FreeBSD.org> | 1994-08-20 21:29:33 +0000 |
| commit | fa1313397e4d4bcc0e38140cf43c1a55f5897091 (patch) | |
| tree | 1318a04d4b98152f5a3fcb6744ef496de2055b26 /usr.bin | |
| parent | 4714bb15be0d610ae5fb7ee6f92c4e1f121accc3 (diff) | |
Notes
Diffstat (limited to 'usr.bin')
| -rw-r--r-- | usr.bin/su/Makefile | 3 | ||||
| -rw-r--r-- | usr.bin/tn3270/tn3270/Makefile | 2 |
2 files changed, 3 insertions, 2 deletions
diff --git a/usr.bin/su/Makefile b/usr.bin/su/Makefile index dbd89b3fea60..33dc0620922a 100644 --- a/usr.bin/su/Makefile +++ b/usr.bin/su/Makefile @@ -1,9 +1,10 @@ # @(#)Makefile 8.1 (Berkeley) 7/19/93 PROG= su +LDADD= -lcrypt #CFLAGS+=-DKERBEROS #DPADD= ${LIBKRB} ${LIBDES} -#LDADD= -lkrb -ldes +#LDADD+=-lkrb -ldes BINOWN= root BINMODE=4555 INSTALLFLAGS=-fschg diff --git a/usr.bin/tn3270/tn3270/Makefile b/usr.bin/tn3270/tn3270/Makefile index 662269b457f5..14ef94541597 100644 --- a/usr.bin/tn3270/tn3270/Makefile +++ b/usr.bin/tn3270/tn3270/Makefile @@ -2,7 +2,7 @@ PROG= tn3270 CFLAGS+=-I${.CURDIR} -I. -LDADD+= -lcurses -ltermcap -ltelnet +LDADD+= -lcurses -ltermcap -ltelnet -lcrypt DPADD+= ${LIBCURSES} /usr/lib/libtermcap.a /usr/lib/libtelnet.a CLEANFILES+= asc_disp.OUT asc_disp.out disp_asc.OUT disp_asc.out TMPfunc.out .PATH: ${.CURDIR}/../api ${.CURDIR}/../ascii ${.CURDIR}/../ctlr |
