/bin/Makefile.inc

https://bitbucket.org/freebsd/freebsd-head/ · Unknown · 11 lines · 8 code · 3 blank · 0 comment · 0 complexity · 79934ff9b5a37844358a46c75a74f832 MD5 · raw file

  1. # @(#)Makefile.inc 8.1 (Berkeley) 5/31/93
  2. # $FreeBSD$
  3. .include <bsd.own.mk>
  4. BINDIR?= /bin
  5. WARNS?= 6
  6. .if ${MK_DYNAMICROOT} == "no"
  7. NO_SHARED?= YES
  8. .endif