summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThorsten Lockert <tholo@cvs.openbsd.org>1996-06-02 04:53:34 +0000
committerThorsten Lockert <tholo@cvs.openbsd.org>1996-06-02 04:53:34 +0000
commitdd401e813328e15e479be2ee0f405ad0c5d33ba6 (patch)
tree24aa0b31f8550de5e5138295493797b3721ffc15
parent4282d958ef260011e40f9e6612e123b687587b6b (diff)
Don't install test aperture program
Install aperture postinstall script for use with modload
-rw-r--r--lkm/ap/Makefile9
1 files changed, 8 insertions, 1 deletions
diff --git a/lkm/ap/Makefile b/lkm/ap/Makefile
index f2ac7ec97ec..15e039a76b4 100644
--- a/lkm/ap/Makefile
+++ b/lkm/ap/Makefile
@@ -1,8 +1,15 @@
-# $OpenBSD: Makefile,v 1.1 1996/03/05 11:25:24 mickey Exp $
+# $OpenBSD: Makefile,v 1.2 1996/06/02 04:53:33 tholo Exp $
LKM= ap
SRCS+= aperture.c lkm.c version.c
NOMAN= noman
+
+.ifmake !(install)
SUBDIR= aptest
+.endif
+
+afterinstall:
+ install -c -o ${LKMOWN} -g ${LKMGRP} -m 555 ${.CURDIR}/apinstall \
+ ${DESTDIR}${LKMDIR}
.include <bsd.lkm.mk>