diff options
| author | Joerg Wunsch <joerg@FreeBSD.org> | 1996-03-18 18:59:08 +0000 |
|---|---|---|
| committer | Joerg Wunsch <joerg@FreeBSD.org> | 1996-03-18 18:59:08 +0000 |
| commit | 85e04d81f6d14adf92942d764fb13da188dc0999 (patch) | |
| tree | 3f1a3fd46cc06f5234cb657ddd9a8ca0c795e4b8 /lib/Makefile | |
| parent | 40ae4689df125baf0fdf2894e11e1037a4136f40 (diff) | |
Notes
Diffstat (limited to 'lib/Makefile')
| -rw-r--r-- | lib/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/Makefile b/lib/Makefile index cec89cf30704..50e4f0fc04d2 100644 --- a/lib/Makefile +++ b/lib/Makefile @@ -13,7 +13,8 @@ SUBDIR=csu/${MACHINE} SUBDIR+= libc libcompat libcom_err libcurses libedit \ libf2c libfakegnumalloc libforms \ libkvm libmd libmytinfo libncurses libpcap libresolv librpcsvc \ - libscsi libskey libss libtermcap libutil libxpg4 liby libipx + libscsi libskey libss libtermcap libutil libxpg4 liby libipx \ + libdisk .if !exists(../secure) || defined(NOSECURE) || defined(NOCRYPT) SUBDIR+= libcrypt |
