summaryrefslogtreecommitdiffstats
path: root/usr.sbin/wsconscfg
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>2004-01-29 02:55:47 +0000
committerderaadt <deraadt@openbsd.org>2004-01-29 02:55:47 +0000
commit41e34793ef7a1a464bcb70511e8dd3208d34c766 (patch)
tree6fc3859f01c4a561487db0f922f284449509af16 /usr.sbin/wsconscfg
parentSimplify test for CPUID_TSC in cpu_feature (diff)
downloadwireguard-openbsd-41e34793ef7a1a464bcb70511e8dd3208d34c766.tar.xz
wireguard-openbsd-41e34793ef7a1a464bcb70511e8dd3208d34c766.zip
will be needed for cats too
Diffstat (limited to 'usr.sbin/wsconscfg')
-rw-r--r--usr.sbin/wsconscfg/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/usr.sbin/wsconscfg/Makefile b/usr.sbin/wsconscfg/Makefile
index bebc95112eb..76994f43a7c 100644
--- a/usr.sbin/wsconscfg/Makefile
+++ b/usr.sbin/wsconscfg/Makefile
@@ -1,9 +1,10 @@
-# $OpenBSD: Makefile,v 1.12 2004/01/28 17:42:59 deraadt Exp $
+# $OpenBSD: Makefile,v 1.13 2004/01/29 02:55:48 deraadt Exp $
.if ${MACHINE} == "i386" || ${MACHINE} == "amd64" || \
${MACHINE} == "alpha" || ${MACHINE} == "hppa" || \
${MACHINE} == "macppc" || ${MACHINE} == "sparc" || \
- ${MACHINE} == "sparc64" || ${MACHINE} == "pegasos"
+ ${MACHINE} == "sparc64" || ${MACHINE} == "pegasos" || \
+ ${MACHINE} == "cats"
PROG= wsconscfg
SRCS= wsconscfg.c
@@ -15,6 +16,6 @@ NOPROG=yes
.endif
MAN= wsconscfg.8
-MANSUBDIR= alpha hppa i386 macppc pegasos sparc sparc64 amd64
+MANSUBDIR= alpha hppa i386 macppc pegasos sparc sparc64 amd64 cats
.include <bsd.prog.mk>