diff options
author | Marc Espie <espie@cvs.openbsd.org> | 2000-02-12 15:24:57 +0000 |
---|---|---|
committer | Marc Espie <espie@cvs.openbsd.org> | 2000-02-12 15:24:57 +0000 |
commit | bbd9ea9155572d35bae37ccadf34ff2e45b04620 (patch) | |
tree | 452c740a7c6c42cfc8710aacb570866e6f561f1c /usr.sbin | |
parent | 24c35509487f1b2b4b450c731be27e06e872a269 (diff) |
Allow for manpage.
Diffstat (limited to 'usr.sbin')
-rw-r--r-- | usr.sbin/videomode/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/usr.sbin/videomode/Makefile b/usr.sbin/videomode/Makefile index a66420a0dc3..c177f2cfa21 100644 --- a/usr.sbin/videomode/Makefile +++ b/usr.sbin/videomode/Makefile @@ -1,7 +1,13 @@ -# $OpenBSD: Makefile,v 1.2 1997/09/21 11:44:33 deraadt Exp $ +# $OpenBSD: Makefile,v 1.3 2000/02/12 15:24:56 espie Exp $ +.if ${MACHINE} == "amiga" PROG=videomode CFLAGS+=-I${.CURDIR}/../../sys/arch -D${MACHINE} +.else +NOPROG=yes +.endif + NOMAN= noman +MANSUBDIR=/amiga .include <bsd.prog.mk> |