xref: /freebsd/bin/Makefile.inc (revision afe781faa21084dfa14882d0ea0d497d947c9ad9)
1#	@(#)Makefile.inc	8.1 (Berkeley) 5/31/93
2# $FreeBSD$
3
4BINDIR?=	/bin
5CFLAGS+=	-Wall -Wformat
6NOSHARED?=	YES
7WARNS?=		2
8WFORMAT?=	1
9