mirror of
https://github.com/opnsense/src.git
synced 2026-03-27 13:13:13 -04:00
11 lines
121 B
Makefile
11 lines
121 B
Makefile
# $FreeBSD$
|
|
|
|
MAINTAINER= rnordier
|
|
|
|
PROG= btxld
|
|
SRCS= btxld.c elfh.c
|
|
MAN= btxld.8
|
|
|
|
CFLAGS+= -Wall
|
|
|
|
.include <bsd.prog.mk>
|