11 lines
108 B
Makefile
11 lines
108 B
Makefile
# $FreeBSD$
|
|
|
|
MAINTAINER= rnordier
|
|
|
|
PROG= btxld
|
|
SRCS= btxld.c elfh.c
|
|
|
|
CFLAGS+= -Wall
|
|
|
|
.include <bsd.prog.mk>
|