diff options
| author | Mike Smith <msmith@FreeBSD.org> | 1998-08-20 08:23:12 +0000 |
|---|---|---|
| committer | Mike Smith <msmith@FreeBSD.org> | 1998-08-20 08:23:12 +0000 |
| commit | b07983d9ab79b4fee54706a96c826d6c088aeeef (patch) | |
| tree | fc964e6f965c55d5fd896286099c33d1d7390a0f /lib/libstand | |
| parent | 6b4f575cb13a8eaf7f248ef7d2fc3c457e864af8 (diff) | |
Notes
Diffstat (limited to 'lib/libstand')
| -rw-r--r-- | lib/libstand/Makefile | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/lib/libstand/Makefile b/lib/libstand/Makefile index 04c980458c39..b13b0bc5d95b 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> |
