diff --git a/lib/libpam/modules/pam_lastlog/Makefile b/lib/libpam/modules/pam_lastlog/Makefile --- a/lib/libpam/modules/pam_lastlog/Makefile +++ b/lib/libpam/modules/pam_lastlog/Makefile @@ -24,6 +24,8 @@ # # $FreeBSD$ +PACKAGE= runtime + LIB= pam_lastlog SRCS= pam_lastlog.c MAN= pam_lastlog.8 diff --git a/lib/libpam/modules/pam_login_access/Makefile b/lib/libpam/modules/pam_login_access/Makefile --- a/lib/libpam/modules/pam_login_access/Makefile +++ b/lib/libpam/modules/pam_login_access/Makefile @@ -24,6 +24,8 @@ # # $FreeBSD$ +PACKAGE= runtime + LIB= pam_login_access SRCS= pam_login_access.c login_access.c MAN= login.access.5 pam_login_access.8 diff --git a/lib/libpam/modules/pam_nologin/Makefile b/lib/libpam/modules/pam_nologin/Makefile --- a/lib/libpam/modules/pam_nologin/Makefile +++ b/lib/libpam/modules/pam_nologin/Makefile @@ -24,6 +24,8 @@ # # $FreeBSD$ +PACKAGE= runtime + LIB= pam_nologin SRCS= pam_nologin.c MAN= pam_nologin.8 diff --git a/lib/libpam/modules/pam_opie/Makefile b/lib/libpam/modules/pam_opie/Makefile --- a/lib/libpam/modules/pam_opie/Makefile +++ b/lib/libpam/modules/pam_opie/Makefile @@ -25,6 +25,8 @@ # # $FreeBSD$ +PACKAGE= runtime + LIB= pam_opie SRCS= pam_opie.c MAN= pam_opie.8 diff --git a/lib/libpam/modules/pam_opieaccess/Makefile b/lib/libpam/modules/pam_opieaccess/Makefile --- a/lib/libpam/modules/pam_opieaccess/Makefile +++ b/lib/libpam/modules/pam_opieaccess/Makefile @@ -1,5 +1,7 @@ # $FreeBSD$ +PACKAGE= runtime + LIB= pam_opieaccess SRCS= ${LIB}.c MAN= pam_opieaccess.8 diff --git a/lib/libpam/modules/pam_securetty/Makefile b/lib/libpam/modules/pam_securetty/Makefile --- a/lib/libpam/modules/pam_securetty/Makefile +++ b/lib/libpam/modules/pam_securetty/Makefile @@ -24,6 +24,8 @@ # # $FreeBSD$ +PACKAGE= runtime + LIB= pam_securetty SRCS= pam_securetty.c MAN= pam_securetty.8 diff --git a/lib/libpam/modules/pam_self/Makefile b/lib/libpam/modules/pam_self/Makefile --- a/lib/libpam/modules/pam_self/Makefile +++ b/lib/libpam/modules/pam_self/Makefile @@ -24,6 +24,8 @@ # # $FreeBSD$ +PACKAGE= runtime + LIB= pam_self SRCS= pam_self.c MAN= pam_self.8 diff --git a/lib/libpam/modules/pam_unix/Makefile b/lib/libpam/modules/pam_unix/Makefile --- a/lib/libpam/modules/pam_unix/Makefile +++ b/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 diff --git a/lib/libpam/pam.d/Makefile b/lib/libpam/pam.d/Makefile --- a/lib/libpam/pam.d/Makefile +++ b/lib/libpam/pam.d/Makefile @@ -2,6 +2,8 @@ .include +PACKAGE= runtime + NO_OBJ= CONFGROUPS= CONFS diff --git a/lib/libregex/Makefile b/lib/libregex/Makefile --- a/lib/libregex/Makefile +++ b/lib/libregex/Makefile @@ -2,6 +2,8 @@ .include +PACKAGE= runtime + LIB= regex SHLIB_MAJOR= 1 SHLIB_MINOR= 0 diff --git a/lib/librpcsvc/Makefile b/lib/librpcsvc/Makefile --- a/lib/librpcsvc/Makefile +++ b/lib/librpcsvc/Makefile @@ -5,6 +5,8 @@ .PATH: ${SRCTOP}/include/rpcsvc +PACKAGE= runtime + LIB= rpcsvc RPCSRCS= klm_prot.x mount.x nfs_prot.x nlm_prot.x rex.x rnusers.x \ diff --git a/lib/libwrap/Makefile b/lib/libwrap/Makefile --- a/lib/libwrap/Makefile +++ b/lib/libwrap/Makefile @@ -4,6 +4,8 @@ .include +PACKAGE= runtime + CONFS= hosts.allow LIB= wrap SHLIB_MAJOR= 6 diff --git a/lib/libypclnt/Makefile b/lib/libypclnt/Makefile --- a/lib/libypclnt/Makefile +++ b/lib/libypclnt/Makefile @@ -1,6 +1,6 @@ # $FreeBSD$ -PACKAGE= yp +PACKAGE= runtime LIB= ypclnt SHLIB_MAJOR= 4 SRCS= ypclnt_connect.c \ diff --git a/libexec/getty/Makefile b/libexec/getty/Makefile --- a/libexec/getty/Makefile +++ b/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 diff --git a/sbin/devd/Makefile b/sbin/devd/Makefile --- a/sbin/devd/Makefile +++ b/sbin/devd/Makefile @@ -3,7 +3,7 @@ .include WARNS?= 3 -PACKAGE=utilities +PACKAGE=runtime CONFGROUPS= CONFS DEVD CONFS= devd.conf DEVD= devmatch.conf diff --git a/usr.bin/env/Makefile b/usr.bin/env/Makefile --- a/usr.bin/env/Makefile +++ b/usr.bin/env/Makefile @@ -1,6 +1,7 @@ # From: @(#)Makefile 8.1 (Berkeley) 6/6/93 # $FreeBSD$ +PACKAGE= runtime PROG= env SRCS= env.c envopts.c diff --git a/usr.bin/find/Makefile b/usr.bin/find/Makefile --- a/usr.bin/find/Makefile +++ b/usr.bin/find/Makefile @@ -3,6 +3,8 @@ .include +PACKAGE= runtime + PROG= find SRCS= find.c function.c ls.c main.c misc.c operator.c option.c \ getdate.y diff --git a/usr.bin/grep/Makefile b/usr.bin/grep/Makefile --- a/usr.bin/grep/Makefile +++ b/usr.bin/grep/Makefile @@ -4,6 +4,8 @@ .include +PACKAGE= runtime + PROG= grep MAN1= grep.1 zgrep.1 diff --git a/usr.bin/id/Makefile b/usr.bin/id/Makefile --- a/usr.bin/id/Makefile +++ b/usr.bin/id/Makefile @@ -3,6 +3,8 @@ .include +PACKAGE= runtime + PROG= id LINKS= ${BINDIR}/id ${BINDIR}/groups LINKS+= ${BINDIR}/id ${BINDIR}/whoami diff --git a/usr.bin/limits/Makefile b/usr.bin/limits/Makefile --- a/usr.bin/limits/Makefile +++ b/usr.bin/limits/Makefile @@ -2,6 +2,8 @@ .include +PACKAGE= runtime + PROG= limits LIBADD= util diff --git a/usr.bin/logger/Makefile b/usr.bin/logger/Makefile --- a/usr.bin/logger/Makefile +++ b/usr.bin/logger/Makefile @@ -3,6 +3,8 @@ .include +PACKAGE= runtime + PROG= logger .if ${MK_INET6_SUPPORT} != "no" diff --git a/usr.bin/login/Makefile b/usr.bin/login/Makefile --- a/usr.bin/login/Makefile +++ b/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 diff --git a/usr.bin/mktemp/Makefile b/usr.bin/mktemp/Makefile --- a/usr.bin/mktemp/Makefile +++ b/usr.bin/mktemp/Makefile @@ -1,5 +1,7 @@ # $FreeBSD$ +PACKAGE= runtime + PROG= mktemp .include diff --git a/usr.bin/xargs/Makefile b/usr.bin/xargs/Makefile --- a/usr.bin/xargs/Makefile +++ b/usr.bin/xargs/Makefile @@ -3,6 +3,8 @@ .include +PACKAGE= runtime + PROG= xargs SRCS= xargs.c strnsubst.c diff --git a/usr.bin/xinstall/Makefile b/usr.bin/xinstall/Makefile --- a/usr.bin/xinstall/Makefile +++ b/usr.bin/xinstall/Makefile @@ -3,6 +3,8 @@ .include +PACKAGE= runtime + PROG= xinstall PROGNAME= install SRCS= xinstall.c getid.c diff --git a/usr.sbin/service/Makefile b/usr.sbin/service/Makefile --- a/usr.sbin/service/Makefile +++ b/usr.sbin/service/Makefile @@ -1,5 +1,6 @@ # $FreeBSD$ +PACKAGE= runtime SCRIPTS=service.sh MAN= service.8 diff --git a/usr.sbin/utx/Makefile b/usr.sbin/utx/Makefile --- a/usr.sbin/utx/Makefile +++ b/usr.sbin/utx/Makefile @@ -1,5 +1,7 @@ # $FreeBSD$ +PACKAGE= runtime + PROG= utx MAN= utx.8