Index: lib/libpam/modules/pam_lastlog/Makefile =================================================================== --- lib/libpam/modules/pam_lastlog/Makefile +++ lib/libpam/modules/pam_lastlog/Makefile @@ -24,6 +24,8 @@ # # $FreeBSD$ +PACKAGE= runtime + LIB= pam_lastlog SRCS= pam_lastlog.c MAN= pam_lastlog.8 Index: lib/libpam/modules/pam_nologin/Makefile =================================================================== --- lib/libpam/modules/pam_nologin/Makefile +++ lib/libpam/modules/pam_nologin/Makefile @@ -24,6 +24,8 @@ # # $FreeBSD$ +PACKAGE= runtime + LIB= pam_nologin SRCS= pam_nologin.c MAN= pam_nologin.8 Index: lib/libpam/modules/pam_opie/Makefile =================================================================== --- lib/libpam/modules/pam_opie/Makefile +++ lib/libpam/modules/pam_opie/Makefile @@ -25,6 +25,8 @@ # # $FreeBSD$ +PACKAGE= runtime + LIB= pam_opie SRCS= pam_opie.c MAN= pam_opie.8 Index: lib/libpam/modules/pam_opieaccess/Makefile =================================================================== --- lib/libpam/modules/pam_opieaccess/Makefile +++ lib/libpam/modules/pam_opieaccess/Makefile @@ -1,5 +1,7 @@ # $FreeBSD$ +PACKAGE= runtime + LIB= pam_opieaccess SRCS= ${LIB}.c MAN= pam_opieaccess.8 Index: lib/libpam/modules/pam_securetty/Makefile =================================================================== --- lib/libpam/modules/pam_securetty/Makefile +++ lib/libpam/modules/pam_securetty/Makefile @@ -24,6 +24,8 @@ # # $FreeBSD$ +PACKAGE= runtime + LIB= pam_securetty SRCS= pam_securetty.c MAN= pam_securetty.8 Index: lib/libpam/modules/pam_self/Makefile =================================================================== --- lib/libpam/modules/pam_self/Makefile +++ lib/libpam/modules/pam_self/Makefile @@ -24,6 +24,8 @@ # # $FreeBSD$ +PACKAGE= runtime + LIB= pam_self SRCS= pam_self.c MAN= pam_self.8 Index: lib/libpam/modules/pam_unix/Makefile =================================================================== --- lib/libpam/modules/pam_unix/Makefile +++ lib/libpam/modules/pam_unix/Makefile @@ -37,6 +37,8 @@ .include .include +PACKAGE= runtime + LIB= pam_unix SRCS= pam_unix.c MAN= pam_unix.8 Index: lib/libpam/pam.d/Makefile =================================================================== --- lib/libpam/pam.d/Makefile +++ lib/libpam/pam.d/Makefile @@ -2,6 +2,8 @@ .include +PACKAGE= runtime + NO_OBJ= CONFGROUPS= CONFS Index: lib/libregex/Makefile =================================================================== --- lib/libregex/Makefile +++ lib/libregex/Makefile @@ -2,6 +2,8 @@ .include +PACKAGE= runtime + LIB= regex SHLIB_MAJOR= 1 SHLIB_MINOR= 0 Index: libexec/getty/Makefile =================================================================== --- libexec/getty/Makefile +++ libexec/getty/Makefile @@ -1,6 +1,8 @@ # from: @(#)Makefile 8.1 (Berkeley) 6/4/93 # $FreeBSD$ +PACKAGE= runtime + CONFS= gettytab PROG= getty SRCS= main.c init.c subr.c chat.c Index: sbin/devd/Makefile =================================================================== --- sbin/devd/Makefile +++ sbin/devd/Makefile @@ -3,7 +3,7 @@ .include WARNS?= 3 -PACKAGE=utilities +PACKAGE=runtime CONFGROUPS= CONFS DEVD CONFS= devd.conf DEVD= devmatch.conf Index: usr.bin/grep/Makefile =================================================================== --- usr.bin/grep/Makefile +++ usr.bin/grep/Makefile @@ -4,6 +4,8 @@ .include +PACKAGE= runtime + PROG= grep MAN1= grep.1 zgrep.1 Index: usr.bin/id/Makefile =================================================================== --- usr.bin/id/Makefile +++ usr.bin/id/Makefile @@ -3,6 +3,8 @@ .include +PACKAGE= runtime + PROG= id LINKS= ${BINDIR}/id ${BINDIR}/groups LINKS+= ${BINDIR}/id ${BINDIR}/whoami Index: usr.bin/limits/Makefile =================================================================== --- usr.bin/limits/Makefile +++ usr.bin/limits/Makefile @@ -2,6 +2,8 @@ .include +PACKAGE= runtime + PROG= limits LIBADD= util Index: usr.bin/logger/Makefile =================================================================== --- usr.bin/logger/Makefile +++ usr.bin/logger/Makefile @@ -3,6 +3,8 @@ .include +PACKAGE= runtime + PROG= logger .if ${MK_INET6_SUPPORT} != "no" Index: usr.bin/login/Makefile =================================================================== --- usr.bin/login/Makefile +++ usr.bin/login/Makefile @@ -4,6 +4,8 @@ .include .include +PACKAGE= runtime + CONFS= fbtab login.conf motd.template login.access PROG= login SRCS= login.c login_fbtab.c Index: usr.bin/mktemp/Makefile =================================================================== --- usr.bin/mktemp/Makefile +++ usr.bin/mktemp/Makefile @@ -1,5 +1,7 @@ # $FreeBSD$ +PACKAGE= runtime + PROG= mktemp .include Index: usr.bin/xargs/Makefile =================================================================== --- usr.bin/xargs/Makefile +++ usr.bin/xargs/Makefile @@ -3,6 +3,8 @@ .include +PACKAGE= runtime + PROG= xargs SRCS= xargs.c strnsubst.c Index: usr.bin/xinstall/Makefile =================================================================== --- usr.bin/xinstall/Makefile +++ usr.bin/xinstall/Makefile @@ -3,6 +3,8 @@ .include +PACKAGE= runtime + PROG= xinstall PROGNAME= install SRCS= xinstall.c getid.c Index: usr.sbin/utx/Makefile =================================================================== --- usr.sbin/utx/Makefile +++ usr.sbin/utx/Makefile @@ -1,5 +1,7 @@ # $FreeBSD$ +PACKAGE= runtime + PROG= utx MAN= utx.8