mirror of
https://github.com/opnsense/src.git
synced 2026-03-03 13:51:30 -05:00
14 lines
211 B
Makefile
14 lines
211 B
Makefile
# @(#)Makefile 8.1 (Berkeley) 5/31/93
|
|
|
|
.include <src.opts.mk>
|
|
|
|
PACKAGE=runtime
|
|
PROG= rm
|
|
|
|
LINKS= ${BINDIR}/rm ${BINDIR}/unlink
|
|
MLINKS= rm.1 unlink.1
|
|
|
|
HAS_TESTS=
|
|
SUBDIR.${MK_TESTS}+= tests
|
|
|
|
.include <bsd.prog.mk>
|