freebsd-dev/bin/Makefile.inc

10 lines
134 B
PHP
Raw Normal View History

1994-05-26 06:18:55 +00:00
# @(#)Makefile.inc 8.1 (Berkeley) 5/31/93
1999-08-27 23:15:48 +00:00
# $FreeBSD$
1994-05-26 06:18:55 +00:00
BINDIR?= /bin
WARNS?= 6
2003-11-02 06:47:39 +00:00
.if !defined(WITH_DYNAMICROOT)
NOSHARED?= YES
.endif