define NOMAN= once, at the top level

This commit is contained in:
lukem 2001-12-12 11:56:05 +00:00
parent 00255d260d
commit 19d9b95273
2 changed files with 4 additions and 4 deletions

View File

@ -1,5 +1,7 @@
# $NetBSD: Makefile.inc,v 1.1 2000/12/11 13:48:12 jdolecek Exp $
# $NetBSD: Makefile.inc,v 1.2 2001/12/12 11:56:05 lukem Exp $
S!= cd ${.CURDIR}/../../..;pwd
NOMAN= # defined
.include "../Makefile.inc"

View File

@ -1,11 +1,9 @@
# $NetBSD: Makefile,v 1.2 2001/12/12 01:50:15 tv Exp $
# $NetBSD: Makefile,v 1.3 2001/12/12 11:56:06 lukem Exp $
.include "../Makefile.inc"
KMOD= syscall_example
NOMAN= # defined
SRCS= lkminit_syscall.c
SRCS+= example_syscall.c