mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-23 11:18:54 +00:00
12 lines
122 B
Makefile
12 lines
122 B
Makefile
# $FreeBSD$
|
|
|
|
MAINTAINER= rnordier
|
|
|
|
PROG= btxld
|
|
SRCS= btxld.c elfh.c
|
|
MAN8= btxld.8
|
|
|
|
CFLAGS+= -Wall
|
|
|
|
.include <bsd.prog.mk>
|