Have UFS set the vnode type to VBAD instead of VNON so it gets cleaned
[dragonfly/vkernel-mp.git] / libexec / getty / Makefile
bloba9954d2775147a245d91dd1e8e55f83fb994e5d5
1 # from: @(#)Makefile 8.1 (Berkeley) 6/4/93
2 # $FreeBSD: src/libexec/getty/Makefile,v 1.9.2.1 2001/04/25 10:40:52 ru Exp $
3 # $DragonFly: src/libexec/getty/Makefile,v 1.2 2003/06/17 06:27:07 dillon Exp $
5 PROG= getty
6 SRCS= main.c init.c subr.c chat.c
7 DPADD= ${LIBUTIL}
8 LDADD= -lutil
9 MAN= gettytab.5 ttys.5 getty.8
10 # for the paranoid:
11 #CFLAGS+= -Wall -Wstrict-prototypes -Wno-unused -Wwrite-strings
13 .include <bsd.prog.mk>