diff options
| author | Rodney W. Grimes <rgrimes@FreeBSD.org> | 1995-07-24 01:44:17 +0000 |
|---|---|---|
| committer | Rodney W. Grimes <rgrimes@FreeBSD.org> | 1995-07-24 01:44:17 +0000 |
| commit | 65d3266d5619854e9ab0b236209a5ad09daa5e7b (patch) | |
| tree | c076bec2f9d643e3b98bafb2d846b37865f07e9f /usr.bin | |
| parent | 57585a8e54d338ffbd57b582d4445d0b48a2f6ea (diff) | |
Notes
Diffstat (limited to 'usr.bin')
| -rw-r--r-- | usr.bin/chflags/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/usr.bin/chflags/Makefile b/usr.bin/chflags/Makefile index a432e5f731121..875dc98165527 100644 --- a/usr.bin/chflags/Makefile +++ b/usr.bin/chflags/Makefile @@ -1,5 +1,7 @@ # @(#)Makefile 8.1 (Berkeley) 6/6/93 +NOSHARED= true + PROG= chflags SRCS= chflags.c stat_flags.c .PATH: ${.CURDIR}/../../bin/ls |
