]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - sbin/init/Makefile
Use 115200 bps by default for serial communication
[FreeBSD/FreeBSD.git] / sbin / init / Makefile
1 #       @(#)Makefile    8.1 (Berkeley) 7/19/93
2
3 CONFGROUPS=     CONFTTYS
4 PACKAGE=runtime
5 PROG=   init
6 SRCS=   init.c getmntopts.c
7 MAN=    init.8
8 PRECIOUSPROG=
9 INSTALLFLAGS=-b -B.bak
10 CFLAGS+=-DDEBUGSHELL -DSECURE -DLOGIN_CAP -DCOMPAT_SYSV_INIT
11 LIBADD= util crypt
12
13 CONFTTYSNAME=   ttys
14 CONFTTYS+=      ttys
15
16 # Needed for getmntopts.c
17 MOUNT=  ${SRCTOP}/sbin/mount
18 CFLAGS+=-I${MOUNT}
19 .PATH:  ${MOUNT}
20
21 NO_SHARED?=     YES
22
23 .include <bsd.prog.mk>