mirror of
https://git.FreeBSD.org/src.git
synced 2024-11-29 08:08:37 +00:00
d0b2dbfa0e
Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
7 lines
71 B
Makefile
7 lines
71 B
Makefile
|
|
PROG= btxld
|
|
MAN= btxld.8
|
|
SRCS= btxld.c elfh.c
|
|
|
|
.include <bsd.prog.mk>
|