72b4ef7179
NOPIC is used to not generate a shared library, not NOSHARED. Make NOSHARED advisory where appropriate. Remove bogus NOSHARED (kbdio).
10 lines
151 B
Makefile
10 lines
151 B
Makefile
# @(#)Makefile 8.1 (Berkeley) 6/6/93
|
|
|
|
NOSHARED?=yes
|
|
|
|
PROG= chflags
|
|
SRCS= chflags.c stat_flags.c
|
|
.PATH: ${.CURDIR}/../../bin/ls
|
|
|
|
.include <bsd.prog.mk>
|