diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2004-08-07 01:05:25 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2004-08-07 01:05:25 +0000 |
commit | f6795236736819454611f5a6c65b417e78ea1f64 (patch) | |
tree | 4215663d2fc50875be38d1785a9c39bdde51e899 /usr.sbin/wsconscfg/Makefile | |
parent | efd3264ee30652d03afd09db97cd318c36c76de0 (diff) |
sgi
Diffstat (limited to 'usr.sbin/wsconscfg/Makefile')
-rw-r--r-- | usr.sbin/wsconscfg/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/wsconscfg/Makefile b/usr.sbin/wsconscfg/Makefile index a82937e41d0..57fe22c5658 100644 --- a/usr.sbin/wsconscfg/Makefile +++ b/usr.sbin/wsconscfg/Makefile @@ -1,10 +1,10 @@ -# $OpenBSD: Makefile,v 1.15 2004/05/03 15:18:21 drahn Exp $ +# $OpenBSD: Makefile,v 1.16 2004/08/07 01:05:24 deraadt Exp $ .if ${MACHINE} == "alpha" || ${MACHINE} == "amd64" || \ ${MACHINE} == "cats" || ${MACHINE} == "hppa" || \ ${MACHINE} == "i386" || ${MACHINE} == "luna88k" || \ ${MACHINE} == "macppc" || ${MACHINE} == "sparc" || \ - ${MACHINE} == "sparc64" + ${MACHINE} == "sparc64" || ${MACHINE} == "sgi" PROG= wsconscfg SRCS= wsconscfg.c @@ -16,6 +16,6 @@ NOPROG=yes .endif MAN= wsconscfg.8 -MANSUBDIR= alpha amd64 cats hppa i386 luna88k macppc sparc sparc64 +MANSUBDIR= alpha amd64 cats hppa i386 luna88k macppc sparc sparc64 sgi .include <bsd.prog.mk> |