aboutsummaryrefslogtreecommitdiff
path: root/lib/libutil/Makefile
diff options
context:
space:
mode:
authorJosef Karthauser <joe@FreeBSD.org>1999-12-30 13:15:15 +0000
committerJosef Karthauser <joe@FreeBSD.org>1999-12-30 13:15:15 +0000
commitedc2844c9fc4d1c0b4adeaa4c026d725654b3240 (patch)
treec5818b21c48ee41c7db725e9d4754514dc9be63c /lib/libutil/Makefile
parente62764d4eaa1a96f69276bb2a58bcb2853795c97 (diff)
Notes
Diffstat (limited to 'lib/libutil/Makefile')
-rw-r--r--lib/libutil/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libutil/Makefile b/lib/libutil/Makefile
index e06f22713a13..772fc7fdf1b3 100644
--- a/lib/libutil/Makefile
+++ b/lib/libutil/Makefile
@@ -7,7 +7,8 @@ SHLIB_MINOR= 2
CFLAGS+=-Wall -DLIBC_SCCS -I${.CURDIR} -I${.CURDIR}/../../sys
SRCS= login.c login_tty.c logout.c logwtmp.c pty.c setproctitle.c \
login_cap.c login_class.c login_auth.c login_times.c login_ok.c \
- _secure_path.c uucplock.c property.c auth.c realhostname.c fparseln.c
+ _secure_path.c uucplock.c property.c auth.c realhostname.c fparseln.c \
+ stat_flags.c
MAN3+= login.3 login_auth.3 login_tty.3 logout.3 logwtmp.3 pty.3 \
setproctitle.3 login_cap.3 login_class.3 login_times.3 login_ok.3 \
_secure_path.3 uucplock.3 property.3 auth.3 realhostname.3 \