From 636402a76a8764bfb4004303be745bf43df417a1 Mon Sep 17 00:00:00 2001 From: John Baldwin Date: Wed, 23 May 2018 17:02:12 +0000 Subject: Use __SCCSID() for SCCS IDs. - Define NO__SCCSID in CFLAGS to preserve existing behavior of omitting SCCS IDs by default. - While here, fix the $FreeBSD$ in pw_util.c to use __FBSDID. --- lib/libutil/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/libutil/Makefile') diff --git a/lib/libutil/Makefile b/lib/libutil/Makefile index 59685d577b82..68f57e4cff2e 100644 --- a/lib/libutil/Makefile +++ b/lib/libutil/Makefile @@ -19,7 +19,7 @@ SRCS= _secure_path.c auth.c expand_number.c flopen.c fparseln.c gr_util.c \ stub.c trimdomain.c uucplock.c INCS= libutil.h login_cap.h -CFLAGS+= -DLIBC_SCCS +CFLAGS+= -DNO__SCCSID .if ${MK_INET6_SUPPORT} != "no" CFLAGS+= -DINET6 -- cgit v1.3