diff options
author | Dale S. Rahn <rahnds@cvs.openbsd.org> | 2000-09-07 01:37:26 +0000 |
---|---|---|
committer | Dale S. Rahn <rahnds@cvs.openbsd.org> | 2000-09-07 01:37:26 +0000 |
commit | bb72450ad74c5a41998278c23811e1cdfd3a8a0e (patch) | |
tree | 52c00e6b7911244e01423b7d16634d905145400f /usr.sbin | |
parent | 4746784f672b4b2f2e624eac38a13ccee2594a35 (diff) |
wscons is used on powerpc also.
Diffstat (limited to 'usr.sbin')
-rw-r--r-- | usr.sbin/wsconscfg/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/wsconscfg/Makefile b/usr.sbin/wsconscfg/Makefile index 9dacfdc8bbc..72b90058794 100644 --- a/usr.sbin/wsconscfg/Makefile +++ b/usr.sbin/wsconscfg/Makefile @@ -1,6 +1,6 @@ -# $OpenBSD: Makefile,v 1.3 2000/07/20 00:34:29 espie Exp $ +# $OpenBSD: Makefile,v 1.4 2000/09/07 01:37:25 rahnds Exp $ -.if ${MACHINE} == "alpha" || ${MACHINE} == "hppa" +.if ${MACHINE} == "alpha" || ${MACHINE} == "hppa" || ${MACHINE} == "powerpc" PROG= wsconscfg SRCS= wsconscfg.c |