diff options
author | marcel <marcel@FreeBSD.org> | 1999-10-03 10:40:11 +0000 |
---|---|---|
committer | marcel <marcel@FreeBSD.org> | 1999-10-03 10:40:11 +0000 |
commit | 2a62d3b8561de4741a3feff6d07b61e4bf47fee5 (patch) | |
tree | f3d070cc1cfcb1b8e0e34a307eb4ee726cf97922 /lib/libftpio | |
parent | 611500ba98984ed5415e721879fc8e1ad7e6fb14 (diff) | |
download | FreeBSD-src-2a62d3b8561de4741a3feff6d07b61e4bf47fee5.zip FreeBSD-src-2a62d3b8561de4741a3feff6d07b61e4bf47fee5.tar.gz |
Fix style bugs and ordering
Submitted by: bde
Diffstat (limited to 'lib/libftpio')
-rw-r--r-- | lib/libftpio/Makefile | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/lib/libftpio/Makefile b/lib/libftpio/Makefile index 258723e..ecbc730 100644 --- a/lib/libftpio/Makefile +++ b/lib/libftpio/Makefile @@ -1,15 +1,13 @@ -# # $FreeBSD$ -# LIB= ftpio -CFLAGS+= -I${.CURDIR} -Wall +SHLIB_MAJOR= 5 +SHLIB_MINOR= 0 + SRCS= ftpio.c ftperr.c +CFLAGS+= -I${.CURDIR} -Wall MAN3= ftpio.3 -CLEANFILES+= ftperr.c - -SHLIB_MAJOR= 5 -SHLIB_MINOR= 0 +CLEANFILES= ftperr.c beforeinstall: ${INSTALL} -C -o ${BINOWN} -g ${BINGRP} -m 444 ${.CURDIR}/ftpio.h \ |