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