1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-11-29 08:08:37 +00:00
freebsd/usr.sbin/btxld/Makefile
Warner Losh d0b2dbfa0e Remove $FreeBSD$: one-line sh pattern
Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
2023-08-16 11:55:03 -06:00

7 lines
71 B
Makefile

PROG= btxld
MAN= btxld.8
SRCS= btxld.c elfh.c
.include <bsd.prog.mk>