diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2006-10-14 20:36:41 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2006-10-14 20:36:41 +0000 |
commit | c2916454b1be99eb9b755922bacd6e7dce7f384b (patch) | |
tree | e9af7a4a502813a60755478e5433fd6a10dc483b /usr.sbin | |
parent | 3842f0be91e5a240697f989f6f2df58b1d3fead5 (diff) |
landisk will need this too
Diffstat (limited to 'usr.sbin')
-rw-r--r-- | usr.sbin/hotplugd/Makefile | 7 |
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> |