diff options
Diffstat (limited to 'sbin/edlabel/Makefile')
-rw-r--r-- | sbin/edlabel/Makefile | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/sbin/edlabel/Makefile b/sbin/edlabel/Makefile index e211f29c1b5..da81b4889d3 100644 --- a/sbin/edlabel/Makefile +++ b/sbin/edlabel/Makefile @@ -1,11 +1,17 @@ -# $OpenBSD: Makefile,v 1.5 1997/09/21 11:36:26 deraadt Exp $ +# $OpenBSD: Makefile,v 1.6 2000/05/18 13:49:52 espie Exp $ +.if ${MACHINE} == "sun3" || ${MACHINE} == "atari" || ${MACHINE} == "sparc" PROG= edlabel -NOMAN= CFLAGS+= -Wall LDADD+= -lutil DPADD+= ${LIBUTIL} all: ${PROG} +.else +NOPROG=yes +.endif + +NOMAN= +MANSUBDIR=sun3 sparc #atari .include <bsd.prog.mk> |