mirror of
https://github.com/opnsense/src.git
synced 2026-06-11 01:30:30 -04:00
6 lines
91 B
Makefile
6 lines
91 B
Makefile
PROG=soelim
|
|
MAN1=soelim.n
|
|
XLIBS=$(LIBGROFF)
|
|
OBJS=soelim.o
|
|
CCSRCS=soelim.cc
|
|
NAMEPREFIX=$(g)
|