freebsd_amp_hwpstate/usr.bin/sgmls/libsgmls/Makefile

18 lines
178 B
Makefile

#
# Bmakefile for libsgmls
#
# $Id$
#
LIB= sgmls
SRCS= sgmls.c
CFLAGS+= -I${.CURDIR}/../sgmls
NOMAN= noman
NOPROFILE= noprofile
install:
.include <bsd.lib.mk>