opnsense-src/bin/echo/Makefile

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

12 lines
153 B
Makefile
Raw Permalink Normal View History

1994-05-26 02:18:55 -04:00
# @(#)Makefile 8.1 (Berkeley) 5/31/93
.include <src.opts.mk>
PACKAGE=runtime
1994-05-26 02:18:55 -04:00
PROG= echo
HAS_TESTS=
SUBDIR.${MK_TESTS}+= tests
1994-05-26 02:18:55 -04:00
.include <bsd.prog.mk>