Index: head/bin/chflags/Makefile =================================================================== --- head/bin/chflags/Makefile (revision 324111) +++ head/bin/chflags/Makefile (revision 324112) @@ -1,10 +1,12 @@ # @(#)Makefile 8.1 (Berkeley) 6/6/93 # $FreeBSD$ +.include + PACKAGE=runtime PROG= chflags HAS_TESTS= SUBDIR.${MK_TESTS}+= tests .include Index: head/bin/mkdir/Makefile =================================================================== --- head/bin/mkdir/Makefile (revision 324111) +++ head/bin/mkdir/Makefile (revision 324112) @@ -1,10 +1,12 @@ # @(#)Makefile 8.1 (Berkeley) 5/31/93 # $FreeBSD$ +.include + PACKAGE=runtime PROG= mkdir HAS_TESTS= SUBDIR.${MK_TESTS}+= tests .include Index: head/bin/rcp/Makefile =================================================================== --- head/bin/rcp/Makefile (revision 324111) +++ head/bin/rcp/Makefile (revision 324112) @@ -1,17 +1,19 @@ # @(#)Makefile 8.1 (Berkeley) 7/19/93 # $FreeBSD$ +.include + PACKAGE=rcmds PROG= rcp SRCS= rcp.c util.c CFLAGS+=-DBINDIR=${BINDIR} PACKAGE=rcmds BINOWN= root BINMODE=4555 HAS_TESTS= SUBDIR.${MK_TESTS}+= tests .include Index: head/bin/rmdir/Makefile =================================================================== --- head/bin/rmdir/Makefile (revision 324111) +++ head/bin/rmdir/Makefile (revision 324112) @@ -1,10 +1,11 @@ # @(#)Makefile 8.1 (Berkeley) 5/31/93 # $FreeBSD$ +.include + PACKAGE=runtime PROG= rmdir - HAS_TESTS= SUBDIR.${MK_TESTS}+= tests .include