diff options
Diffstat (limited to 'bin/echo/Makefile')
-rw-r--r-- | bin/echo/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/echo/Makefile b/bin/echo/Makefile index d00d467..5d48e21 100644 --- a/bin/echo/Makefile +++ b/bin/echo/Makefile @@ -1,6 +1,7 @@ # @(#)Makefile 8.1 (Berkeley) 5/31/93 # $FreeBSD$ +PACKAGE=runtime PROG= echo .include <bsd.prog.mk> |