Makefile (5624b2d4d3455ff6342f5b215fbc061c875f764a) Makefile (b77a54a6883fc620aa82795b34b7378d21a99f83)
1# $FreeBSD$
2
3PROG= ConfCmp
4SRCS+= ConfCmp.c
5SRCS+= subr_sbuf.c
6
7.PATH: ../../../../sys/kern
8
9NOOBJ= youbet
10WARNS= 5
11CFLAGS+= -g -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -static
12# Uncomment for ElectricFence
13#LDADD += -lefence -L/usr/local/lib
14
1# $FreeBSD$
2
3PROG= ConfCmp
4SRCS+= ConfCmp.c
5SRCS+= subr_sbuf.c
6
7.PATH: ../../../../sys/kern
8
9NOOBJ= youbet
10WARNS= 5
11CFLAGS+= -g -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -static
12# Uncomment for ElectricFence
13#LDADD += -lefence -L/usr/local/lib
14
15DPADD += ${LIBBSDXML}
15LDADD += -lbsdxml
16
17NOMAN= yeah
18CLEANFILES += _*
19
20.include <bsd.prog.mk>
21
22test: ${PROG}

--- 12 unchanged lines hidden ---
16LDADD += -lbsdxml
17
18NOMAN= yeah
19CLEANFILES += _*
20
21.include <bsd.prog.mk>
22
23test: ${PROG}

--- 12 unchanged lines hidden ---