mirror of
https://github.com/opnsense/src.git
synced 2026-04-04 17:05:14 -04:00
- Now that bsd.prog.mk deals with programs linked with -nostdlib better, and has a notion of an "internal" program, use PROG where possible. This has a good impact on the contents of .depend files and causes programs to be linked with cc(1). XXX: boot2 couldn't be converted as it's actually two programs. Tested on: i386, amd64
9 lines
119 B
Makefile
9 lines
119 B
Makefile
# $FreeBSD$
|
|
|
|
PROG= crt0.o
|
|
INTERNALPROG=
|
|
NOMAN=
|
|
SRCS= btxcsu.s btxsys.s btxv86.s
|
|
LDFLAGS=-Wl,-r
|
|
|
|
.include <bsd.prog.mk>
|