mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2025-01-23 09:23:00 +01:00
Fix style bugs and ordering
Submitted by: bde
This commit is contained in:
parent
7bde11602e
commit
a9fb3603bb
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=51903
@ -1,16 +1,14 @@
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
LIB= ftpio
|
||||
CFLAGS+= -I${.CURDIR} -Wall
|
||||
SRCS= ftpio.c ftperr.c
|
||||
MAN3= ftpio.3
|
||||
CLEANFILES+= ftperr.c
|
||||
|
||||
SHLIB_MAJOR= 5
|
||||
SHLIB_MAJOR= 5
|
||||
SHLIB_MINOR= 0
|
||||
|
||||
SRCS= ftpio.c ftperr.c
|
||||
CFLAGS+= -I${.CURDIR} -Wall
|
||||
MAN3= ftpio.3
|
||||
CLEANFILES= ftperr.c
|
||||
|
||||
beforeinstall:
|
||||
${INSTALL} -C -o ${BINOWN} -g ${BINGRP} -m 444 ${.CURDIR}/ftpio.h \
|
||||
${DESTDIR}/usr/include
|
||||
|
Loading…
Reference in New Issue
Block a user