no man page
[unix-history] / usr / src / contrib / gas-1.38 / Makefile
# @(#)Makefile 6.2 (Berkeley) %G%
PROG= as
SRCS= app.c append.c as.c atof-generic.c bignum-copy.c \
expr.c flonum-const.c flonum-copy.c flonum-mult.c \
frags.c hash.c hex-value.c input-file.c input-scrub.c \
messages.c obstack.c output-file.c read.c subsegs.c \
symbols.c version.c write.c xmalloc.c xrealloc.c
CFLAGS+= -I$(.CURDIR) -I$(.CURDIR)/config \
-DSIGTY=void -Derror=as_fatal
NOMAN= noman
.PATH: $(.CURDIR)/config
.include "config/Makefile.$(MACHINE)"
.include <bsd.prog.mk>