summaryrefslogtreecommitdiffstats
path: root/lib/libstand
diff options
context:
space:
mode:
authormsmith <msmith@FreeBSD.org>1998-08-20 08:23:12 +0000
committermsmith <msmith@FreeBSD.org>1998-08-20 08:23:12 +0000
commit8e2e50a33009fcfbeca4c571cadbb41f3d1bc27c (patch)
tree45147b4c395ee764c8071f70fc757bed5151ac94 /lib/libstand
parent42e6e188eff545a07cf93e679361738aa318a255 (diff)
downloadFreeBSD-src-8e2e50a33009fcfbeca4c571cadbb41f3d1bc27c.zip
FreeBSD-src-8e2e50a33009fcfbeca4c571cadbb41f3d1bc27c.tar.gz
Install libstand header <stand.h> and manpage (libstand.3)
Diffstat (limited to 'lib/libstand')
-rw-r--r--lib/libstand/Makefile7
1 files changed, 6 insertions, 1 deletions
diff --git a/lib/libstand/Makefile b/lib/libstand/Makefile
index 04c9804..b13b0bc 100644
--- a/lib/libstand/Makefile
+++ b/lib/libstand/Makefile
@@ -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>
OpenPOWER on IntegriCloud