diff options
| author | Mark Murray <markm@FreeBSD.org> | 2002-04-28 13:54:45 +0000 |
|---|---|---|
| committer | Mark Murray <markm@FreeBSD.org> | 2002-04-28 13:54:45 +0000 |
| commit | 4b1b25d9198011c15a93c714bab79ddbdbe04975 (patch) | |
| tree | e6a0b1aad02004dd6254f6fcf493bd8ea3418603 /bin/chflags | |
| parent | 5666a04546eb85dcff574b44dc36f3a5e974774a (diff) | |
Notes
Diffstat (limited to 'bin/chflags')
| -rw-r--r-- | bin/chflags/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/bin/chflags/Makefile b/bin/chflags/Makefile index 69197c13d883..0f91aa179144 100644 --- a/bin/chflags/Makefile +++ b/bin/chflags/Makefile @@ -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> |
