freebsd-dev/bin/Makefile.inc

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

11 lines
147 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
.include <src.opts.mk>
1994-05-26 06:18:55 +00:00
BINDIR?= /bin
.if ${MK_DYNAMICROOT} == "no"
2004-12-21 09:59:45 +00:00
NO_SHARED?= YES
.endif