Reorder for style.

This commit is contained in:
markm 2002-04-28 13:54:45 +00:00
parent 5e0480c5fd
commit ef86bac488
2 changed files with 6 additions and 6 deletions

View File

@ -1,10 +1,10 @@
# @(#)Makefile 8.1 (Berkeley) 6/6/93
# $FreeBSD$
BINDIR= /bin
NOSHARED?=yes
PROG= chflags
SRCS= chflags.c
BINDIR= /bin
NOSHARED?=yes
.include <bsd.prog.mk>

View File

@ -1,10 +1,10 @@
# @(#)Makefile 8.1 (Berkeley) 6/6/93
# $FreeBSD$
BINDIR= /bin
NOSHARED?=yes
PROG= chflags
SRCS= chflags.c
BINDIR= /bin
NOSHARED?=yes
.include <bsd.prog.mk>