/bin/Makefile.inc
https://bitbucket.org/freebsd/freebsd-head/ · Unknown · 11 lines · 8 code · 3 blank · 0 comment · 0 complexity · 79934ff9b5a37844358a46c75a74f832 MD5 · raw file
- # @(#)Makefile.inc 8.1 (Berkeley) 5/31/93
- # $FreeBSD$
- .include <bsd.own.mk>
- BINDIR?= /bin
- WARNS?= 6
- .if ${MK_DYNAMICROOT} == "no"
- NO_SHARED?= YES
- .endif