summaryrefslogtreecommitdiffstats
path: root/usr.sbin/hotplugd
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>2006-10-14 20:36:40 +0000
committerderaadt <deraadt@openbsd.org>2006-10-14 20:36:40 +0000
commitd56ec61a32902b5c9a7a477859692e351facb127 (patch)
tree6c4f3cefa740baef70e8dccfc44471a11fb3ab88 /usr.sbin/hotplugd
parentAdd a new option to crunchgen '-O objdir-name' which allow for a object (diff)
downloadwireguard-openbsd-d56ec61a32902b5c9a7a477859692e351facb127.tar.xz
wireguard-openbsd-d56ec61a32902b5c9a7a477859692e351facb127.zip
landisk will need this too
Diffstat (limited to 'usr.sbin/hotplugd')
-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>