diff options
author | gabor <gabor@FreeBSD.org> | 2010-02-03 19:12:27 +0000 |
---|---|---|
committer | gabor <gabor@FreeBSD.org> | 2010-02-03 19:12:27 +0000 |
commit | 37308a65e9deac7fd7de97c79f9e6a51754f1d16 (patch) | |
tree | 593b3842580cb649ab9449c8b0bc9876769084c2 /usr.bin/bc | |
parent | 24bb3d4208014ad3223c46ba15ea2630fcb6df36 (diff) | |
download | FreeBSD-src-37308a65e9deac7fd7de97c79f9e6a51754f1d16.zip FreeBSD-src-37308a65e9deac7fd7de97c79f9e6a51754f1d16.tar.gz |
- style.Makefile(5)
Submitted by: uqs
Approved by: delphij (mentor)
Diffstat (limited to 'usr.bin/bc')
-rw-r--r-- | usr.bin/bc/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/usr.bin/bc/Makefile b/usr.bin/bc/Makefile index d5b75f8..17514ca 100644 --- a/usr.bin/bc/Makefile +++ b/usr.bin/bc/Makefile @@ -1,11 +1,11 @@ # $FreeBSD$ # $OpenBSD: Makefile,v 1.4 2006/06/30 19:02:28 otto Exp $ -PROG= bc -SRCS= bc.y scan.l -CFLAGS+= -I. -I${.CURDIR} +PROG= bc +SRCS= bc.y scan.l +CFLAGS+= -I. -I${.CURDIR} -FILES+= bc.library -FILESDIR= ${SHAREDIR}/misc +FILES+= bc.library +FILESDIR=${SHAREDIR}/misc .include <bsd.prog.mk> |