move into /usr/src/contrib, but still install in /usr/bin
authorKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Thu, 27 May 1993 01:06:32 +0000 (17:06 -0800)
committerKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Thu, 27 May 1993 01:06:32 +0000 (17:06 -0800)
SCCS-vsn: contrib/gas-1.38/Makefile 6.3

usr/src/contrib/gas-1.38/Makefile

index 167166e..048836e 100644 (file)
@@ -1,4 +1,4 @@
-#      @(#)Makefile    6.2 (Berkeley) %G%
+#      @(#)Makefile    6.3 (Berkeley) %G%
 
 PROG=          as
 SRCS=          app.c append.c as.c atof-generic.c bignum-copy.c \
 
 PROG=          as
 SRCS=          app.c append.c as.c atof-generic.c bignum-copy.c \
@@ -8,6 +8,7 @@ SRCS=           app.c append.c as.c atof-generic.c bignum-copy.c \
                symbols.c version.c write.c xmalloc.c xrealloc.c
 CFLAGS+=       -I$(.CURDIR) -I$(.CURDIR)/config \
                -DSIGTY=void -Derror=as_fatal
                symbols.c version.c write.c xmalloc.c xrealloc.c
 CFLAGS+=       -I$(.CURDIR) -I$(.CURDIR)/config \
                -DSIGTY=void -Derror=as_fatal
+BINDIR=        /usr/bin
 NOMAN= noman
 .PATH: $(.CURDIR)/config
 
 NOMAN= noman
 .PATH: $(.CURDIR)/config