mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Install libstand header <stand.h> and manpage (libstand.3)
This commit is contained in:
parent
6b4f575cb1
commit
b07983d9ab
1 changed files with 6 additions and 1 deletions
|
|
@ -1,4 +1,4 @@
|
|||
# $Id$
|
||||
# $Id: Makefile,v 1.1.1.1 1998/08/20 08:19:55 msmith Exp $
|
||||
#
|
||||
# Originally from $NetBSD: Makefile,v 1.21 1997/10/26 22:08:38 lukem Exp $
|
||||
#
|
||||
|
|
@ -10,6 +10,7 @@
|
|||
LIB= stand
|
||||
NOPROFILE= YES
|
||||
NOPIC= YES
|
||||
MAN3= libstand.3
|
||||
|
||||
# Mostly OK, some of the libc imports are a bit noisy
|
||||
CFLAGS+= -Wall
|
||||
|
|
@ -113,4 +114,8 @@ SRCS+= netif.c nfs.c
|
|||
# needs "open directory" support
|
||||
#SRCS+= dosfs.c
|
||||
|
||||
beforeinstall:
|
||||
${INSTALL} -C -o ${BINOWN} -g ${BINGRP} -m 444 ${.CURDIR}/stand.h \
|
||||
${DESTDIR}/usr/include
|
||||
|
||||
.include <bsd.lib.mk>
|
||||
|
|
|
|||
Loading…
Reference in a new issue