define NOMAN= once, at the top level
This commit is contained in:
parent
00255d260d
commit
19d9b95273
@ -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"
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user