summaryrefslogtreecommitdiff
path: root/lib/libutil/Makefile
diff options
context:
space:
mode:
authorPeter Wemm <peter@FreeBSD.org>1996-01-01 08:27:41 +0000
committerPeter Wemm <peter@FreeBSD.org>1996-01-01 08:27:41 +0000
commit3b7e1cc80ffe102239ea20f8ea00eb74bebbc4e9 (patch)
treeaac25102c388712f99b4b8c8c49d800d87028e5a /lib/libutil/Makefile
parentcd5e85eb474d524f6dd5c9809b8cfd504960a901 (diff)
Notes
Diffstat (limited to 'lib/libutil/Makefile')
-rw-r--r--lib/libutil/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/lib/libutil/Makefile b/lib/libutil/Makefile
index 47366cc3387e..0ad1151abe9b 100644
--- a/lib/libutil/Makefile
+++ b/lib/libutil/Makefile
@@ -1,8 +1,14 @@
# @(#)Makefile 8.1 (Berkeley) 6/4/93
LIB= util
-CFLAGS+=-DLIBC_SCCS -I/sys
+SHLIB_MAJOR= 2
+SHLIB_MINOR= 1
+CFLAGS+=-DLIBC_SCCS -I${.CURDIR} -I/sys
SRCS= login.c login_tty.c logout.c logwtmp.c pty.c setproctitle.c
MAN3+= setproctitle.3
+beforeinstall:
+ ${INSTALL} -C -o ${BINOWN} -g ${BINGRP} -m 444 ${.CURDIR}/libutil.h \
+ ${DESTDIR}/usr/include
+
.include <bsd.lib.mk>