diff options
author | obrien <obrien@FreeBSD.org> | 2003-08-18 15:25:39 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2003-08-18 15:25:39 +0000 |
commit | 372364ee0f23af134cddd3a803b47af5068a7eb2 (patch) | |
tree | 38a679827dd557702f9bb6e090706961f8b9bc5c /lib/libncurses | |
parent | 341fe0fadc3bf387eb8cf7062cccf3879cbc8a83 (diff) | |
download | FreeBSD-src-372364ee0f23af134cddd3a803b47af5068a7eb2.zip FreeBSD-src-372364ee0f23af134cddd3a803b47af5068a7eb2.tar.gz |
style.Makefile(5)
Diffstat (limited to 'lib/libncurses')
-rw-r--r-- | lib/libncurses/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libncurses/Makefile b/lib/libncurses/Makefile index 01b55d1..612a388 100644 --- a/lib/libncurses/Makefile +++ b/lib/libncurses/Makefile @@ -3,7 +3,7 @@ NCURSES=${.CURDIR}/../../contrib/ncurses LIB= ncurses -SHLIBDIR?= /lib +SHLIBDIR?= /lib SHLIB_MAJOR=5 # Should be elsewhere |