Slight makefile style.

Use __FBSDID().
This commit is contained in:
Mark Murray 2001-12-02 23:04:14 +00:00
parent cbc4699c32
commit f614104aeb
4 changed files with 14 additions and 14 deletions

View File

@ -6,6 +6,6 @@ NOSHARED?=yes
PROG= chflags
SRCS= chflags.c
WARNS?= 2
.include <bsd.prog.mk>

View File

@ -31,19 +31,19 @@
* SUCH DAMAGE.
*/
#include <sys/cdefs.h>
__FBSDID("$FreeBSD$");
#ifndef lint
static const char copyright[] =
"@(#) Copyright (c) 1992, 1993, 1994\n\
The Regents of the University of California. All rights reserved.\n";
#endif /* not lint */
#endif
#ifndef lint
#if 0
static char sccsid[] = "@(#)chflags.c 8.5 (Berkeley) 4/1/94";
static const char sccsid[] = "@(#)chflags.c 8.5 (Berkeley) 4/1/94";
#endif
static const char rcsid[] =
"$FreeBSD$";
#endif /* not lint */
#include <sys/types.h>
#include <sys/stat.h>

View File

@ -6,6 +6,6 @@ NOSHARED?=yes
PROG= chflags
SRCS= chflags.c
WARNS?= 2
.include <bsd.prog.mk>

View File

@ -31,19 +31,19 @@
* SUCH DAMAGE.
*/
#include <sys/cdefs.h>
__FBSDID("$FreeBSD$");
#ifndef lint
static const char copyright[] =
"@(#) Copyright (c) 1992, 1993, 1994\n\
The Regents of the University of California. All rights reserved.\n";
#endif /* not lint */
#endif
#ifndef lint
#if 0
static char sccsid[] = "@(#)chflags.c 8.5 (Berkeley) 4/1/94";
static const char sccsid[] = "@(#)chflags.c 8.5 (Berkeley) 4/1/94";
#endif
static const char rcsid[] =
"$FreeBSD$";
#endif /* not lint */
#include <sys/types.h>
#include <sys/stat.h>