diff options
| author | cgd <cgd@NetBSD.org> | 1993-06-10 01:02:59 +0000 |
|---|---|---|
| committer | cgd <cgd@NetBSD.org> | 1993-06-10 01:02:59 +0000 |
| commit | b907fbcbb90eb32922e2e4b24ab0838443847a4d (patch) | |
| tree | f0487c919b3d2a6c67cb98a981a3f501fd767402 /sbin/init/Makefile | |
| parent | 7cbe7ab89361d9b65367ceda6ea1fc40354b5bb7 (diff) | |
add preliminary support for devfs (e.g. MOUNT_DEVFS #define, etc.)
Diffstat (limited to 'sbin/init/Makefile')
| -rw-r--r-- | sbin/init/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/init/Makefile b/sbin/init/Makefile index 38bf6c08690..81ecd371dea 100644 --- a/sbin/init/Makefile +++ b/sbin/init/Makefile @@ -1,8 +1,8 @@ -# $Header: /cvsroot/src/sbin/init/Makefile,v 1.5 1993/04/26 14:54:38 cgd Exp $ +# $Id: Makefile,v 1.6 1993/06/10 01:02:59 cgd Exp $ PROG= init #SRCS= init.c -CFLAGS+= -DSECURE_CONSOLE +CFLAGS+= -DSECURE_CONSOLE -DUSE_DEVFS DPADD= ${LIBUTIL} LDADD= -lutil NOMAN=noman |
