9 lines
116 B
Makefile
9 lines
116 B
Makefile
# $FreeBSD$
|
|
|
|
.include "${.CURDIR}/../Makefile.inc0"
|
|
|
|
NOMAN= true
|
|
SRCS+= obj-elf.c tc-i386.c
|
|
|
|
.include <bsd.prog.mk>
|