freebsd-dev/usr.bin/sgmls/rast/Makefile
1995-05-30 06:41:30 +00:00

19 lines
211 B
Makefile

#
# Bmakefile for rast
#
# $id$
#
PROG= rast
SRCS+= rast.c
CFLAGS+= -I${.CURDIR}/../libsgmls -I${.CURDIR}/../sgmls
LDADD= ${LIBSGMLS}
DPADD= ${LIBSGMLS}
.include "../Makefile.inc"
.include <bsd.prog.mk>