mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2025-01-22 16:44:32 +01:00
8 lines
117 B
Makefile
8 lines
117 B
Makefile
PROG= merge
|
|
|
|
SRCS= merge.c
|
|
LDADD= -L${.CURDIR}/../lib/obj -lrcs
|
|
CFLAGS+= -I${.CURDIR}/../lib
|
|
|
|
.include <bsd.prog.mk>
|