From 2a62d3b8561de4741a3feff6d07b61e4bf47fee5 Mon Sep 17 00:00:00 2001 From: marcel Date: Sun, 3 Oct 1999 10:40:11 +0000 Subject: Fix style bugs and ordering Submitted by: bde --- lib/libftpio/Makefile | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) (limited to 'lib') 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 \ -- cgit v1.1