diff --git a/usr.bin/last/Makefile b/usr.bin/last/Makefile index 3edb032fd6c0..61a3be7ca7ac 100644 --- a/usr.bin/last/Makefile +++ b/usr.bin/last/Makefile @@ -1,9 +1,10 @@ # From: @(#)Makefile 8.1 (Berkeley) 6/6/93 # $FreeBSD$ PROG= last +PACKAGE= acct LIBADD= xo NO_WFORMAT= .include diff --git a/usr.bin/users/Makefile b/usr.bin/users/Makefile index ba990f890717..c1eef9c7b487 100644 --- a/usr.bin/users/Makefile +++ b/usr.bin/users/Makefile @@ -1,8 +1,9 @@ # @(#)Makefile 8.1 (Berkeley) 6/6/93 # $FreeBSD$ WARNS?= 3 PROG_CXX= users +PACKAGE= acct CXXFLAGS+= -fno-rtti .include diff --git a/usr.bin/who/Makefile b/usr.bin/who/Makefile index 0478d73071a3..7065ebbd6f15 100644 --- a/usr.bin/who/Makefile +++ b/usr.bin/who/Makefile @@ -1,6 +1,7 @@ # @(#)Makefile 8.1 (Berkeley) 6/6/93 # $FreeBSD$ PROG= who +PACKAGE= acct .include diff --git a/usr.sbin/ac/Makefile b/usr.sbin/ac/Makefile index 0fac2fbdbab9..daade986de91 100644 --- a/usr.sbin/ac/Makefile +++ b/usr.sbin/ac/Makefile @@ -1,18 +1,19 @@ # $FreeBSD$ PROG= ac +PACKAGE= acct MAN= ac.8 # If "CONSOLE_TTY" is not defined, this program is compatible with the # traditional implementation (using SunOS 4.x as the sample traditional # implementation). This is the default. # # If "CONSOLE_TTY" is defined, it must be defined to the appropriate # console name, e.g. "vga". Additionally, the various commented-out # sections of the man page should be uncommented. This is not the # default because of the inability to detect the proper console name # easily, especially on m68k systems, which can share binaries. # #CFLAGS+=-DCONSOLE_TTY=\"vga\" .include diff --git a/usr.sbin/lastlogin/Makefile b/usr.sbin/lastlogin/Makefile index 7fe146ffd492..14a4cc03b5d7 100644 --- a/usr.sbin/lastlogin/Makefile +++ b/usr.sbin/lastlogin/Makefile @@ -1,7 +1,8 @@ # $FreeBSD$ PROG= lastlogin +PACKAGE= acct MAN= lastlogin.8 LIBADD= xo .include diff --git a/usr.sbin/utx/Makefile b/usr.sbin/utx/Makefile index 8177d3fe7832..c7710b2a6fcb 100644 --- a/usr.sbin/utx/Makefile +++ b/usr.sbin/utx/Makefile @@ -1,8 +1,8 @@ # $FreeBSD$ -PACKAGE= runtime +PACKAGE= acct PROG= utx MAN= utx.8 .include