mirror of
https://github.com/opnsense/src.git
synced 2026-03-12 05:32:15 -04:00
17 lines
178 B
Makefile
17 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>
|