mirror of
https://github.com/opnsense/src.git
synced 2026-04-22 06:39:32 -04:00
17 lines
245 B
Makefile
17 lines
245 B
Makefile
PROG=grn
|
|
MAN1=grn.n
|
|
MLIB=$(LIBM)
|
|
XLIBS=$(LIBGROFF)
|
|
OBJS=\
|
|
hdb.o \
|
|
hpoint.o \
|
|
hgraph.o \
|
|
main.o
|
|
CCSRCS=\
|
|
$(srcdir)/hdb.cc \
|
|
$(srcdir)/hpoint.cc \
|
|
$(srcdir)/hgraph.cc \
|
|
$(srcdir)/main.cc
|
|
HDRS=\
|
|
$(srcdir)/gprint.h
|
|
NAMEPREFIX=$(g)
|