summaryrefslogtreecommitdiff
path: root/usr.sbin
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2006-10-14 20:36:41 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2006-10-14 20:36:41 +0000
commitc2916454b1be99eb9b755922bacd6e7dce7f384b (patch)
treee9af7a4a502813a60755478e5433fd6a10dc483b /usr.sbin
parent3842f0be91e5a240697f989f6f2df58b1d3fead5 (diff)
landisk will need this too
Diffstat (limited to 'usr.sbin')
-rw-r--r--usr.sbin/hotplugd/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/usr.sbin/hotplugd/Makefile b/usr.sbin/hotplugd/Makefile
index 0a262e3ad4b..f8baead33d0 100644
--- a/usr.sbin/hotplugd/Makefile
+++ b/usr.sbin/hotplugd/Makefile
@@ -1,9 +1,10 @@
-# $OpenBSD: Makefile,v 1.6 2006/07/25 09:44:49 henning Exp $
+# $OpenBSD: Makefile,v 1.7 2006/10/14 20:36:40 deraadt Exp $
.if ${MACHINE} == "alpha" || ${MACHINE} == "amd64" || \
${MACHINE} == "armish" || ${MACHINE} == "i386" || \
${MACHINE} == "hppa" || ${MACHINE} == "macppc" || \
- ${MACHINE} == "sparc64" || ${MACHINE} == "zaurus"
+ ${MACHINE} == "sparc64" || ${MACHINE} == "zaurus" || \
+ ${MACHINE} == "landisk"
PROG= hotplugd
SRCS= hotplugd.c
@@ -20,6 +21,6 @@ NOPROG= yes
.endif
MAN= hotplugd.8
-MANSUBDIR=alpha amd64 armish i386 hppa macppc sparc64 zaurus
+MANSUBDIR=alpha amd64 armish i386 hppa macppc sparc64 zaurus landisk
.include <bsd.prog.mk>