summaryrefslogtreecommitdiffstats
path: root/lib/libtacplus
diff options
context:
space:
mode:
authorrgrimes <rgrimes@FreeBSD.org>2000-01-14 07:57:47 +0000
committerrgrimes <rgrimes@FreeBSD.org>2000-01-14 07:57:47 +0000
commitc127d0e61e914c6951d98986385ccb730b115cf9 (patch)
treee0bf2775a4898eda7838b05b1a539892d8ea781c /lib/libtacplus
parent2801ff847ca9459d227f155a4dedd395b7d35a30 (diff)
downloadFreeBSD-src-c127d0e61e914c6951d98986385ccb730b115cf9.zip
FreeBSD-src-c127d0e61e914c6951d98986385ccb730b115cf9.tar.gz
Replace beforeinstall target with new variables used by .mk system.
Reviewed by: marcel, and make world
Diffstat (limited to 'lib/libtacplus')
-rw-r--r--lib/libtacplus/Makefile5
1 files changed, 1 insertions, 4 deletions
diff --git a/lib/libtacplus/Makefile b/lib/libtacplus/Makefile
index 798a8e0..1da6672 100644
--- a/lib/libtacplus/Makefile
+++ b/lib/libtacplus/Makefile
@@ -26,6 +26,7 @@
LIB= tacplus
SRCS= taclib.c
+INCS= taclib.h
CFLAGS+= -Wall
DPADD+= ${LIBMD}
LDADD+= -lmd
@@ -34,8 +35,4 @@ SHLIB_MINOR= 0
MAN3+= libtacplus.3
MAN5+= tacplus.conf.5
-beforeinstall:
- ${INSTALL} ${COPY} -o ${BINOWN} -g ${BINGRP} -m 444 \
- ${.CURDIR}/taclib.h ${DESTDIR}/usr/include
-
.include <bsd.lib.mk>
OpenPOWER on IntegriCloud