File: Makefile

package info (click to toggle)
kfreebsd-10 10.3~svn300087-5
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 271,772 kB
  • sloc: ansic: 4,748,291; asm: 48,842; makefile: 12,322; yacc: 5,100; awk: 3,455; lex: 1,795; sh: 1,267; python: 203; perl: 89; sed: 4
file content (12 lines) | stat: -rw-r--r-- 134 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
#
# $FreeBSD$
#

SUBDIR=
SUBDIR+=	${_nf10bmac}

.if ${MACHINE_CPUARCH} == "mips"
_nf10bmac=	nf10bmac
.endif

.include <bsd.subdir.mk>