diff options
| author | Marcel Moolenaar <marcel@FreeBSD.org> | 1999-09-29 15:18:46 +0000 |
|---|---|---|
| committer | Marcel Moolenaar <marcel@FreeBSD.org> | 1999-09-29 15:18:46 +0000 |
| commit | 3cf3c5d9ddb2edd1033c0b8e612096b8b35b3bb4 (patch) | |
| tree | f20b5cb25cf94c494095050b1f52676e7efd71f7 /lib/libftpio | |
| parent | 956d3333cadea27513348a7718e9cfd5c26e9ba0 (diff) | |
Notes
Diffstat (limited to 'lib/libftpio')
| -rw-r--r-- | lib/libftpio/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/lib/libftpio/Makefile b/lib/libftpio/Makefile index ce86c166be66..258723e3b612 100644 --- a/lib/libftpio/Makefile +++ b/lib/libftpio/Makefile @@ -1,10 +1,14 @@ +# +# $FreeBSD$ +# + LIB= ftpio CFLAGS+= -I${.CURDIR} -Wall SRCS= ftpio.c ftperr.c MAN3= ftpio.3 CLEANFILES+= ftperr.c -SHLIB_MAJOR= 4 +SHLIB_MAJOR= 5 SHLIB_MINOR= 0 beforeinstall: |
