mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2025-01-11 17:04:19 +01:00
6 lines
77 B
Makefile
6 lines
77 B
Makefile
PROG=pfbtops
|
|
MAN1=pfbtops.n
|
|
OBJS=pfbtops.o
|
|
CSRCS=pfbtops.c
|
|
XLIBS=$(LIBGROFF)
|