From 097d0425840b3e91156b3f00abb8442463037806 Mon Sep 17 00:00:00 2001 From: Xin LI Date: Thu, 21 Jan 2010 17:46:14 +0000 Subject: [PATCH] Makefile cleanups: o Enable building of USD o Remove commented out targets o Remove WARNS?=6 lines since it's the default Reviewed by: gabor --- usr.bin/bc/Makefile | 7 +------ usr.bin/dc/Makefile | 4 +--- 2 files changed, 2 insertions(+), 9 deletions(-) diff --git a/usr.bin/bc/Makefile b/usr.bin/bc/Makefile index e29155514ac2..6a1614b799c2 100644 --- a/usr.bin/bc/Makefile +++ b/usr.bin/bc/Makefile @@ -4,14 +4,9 @@ PROG= bc SRCS= bc.y scan.l CFLAGS+= -I. -I${.CURDIR} -WARNS?= 6 -#SUBDIR+= USD.doc +SUBDIR+= USD.doc FILES+= bc.library FILESDIR= ${SHAREDIR}/misc -#beforeinstall: -# install -c -o ${BINOWN} -g ${BINGRP} -m 444 ${.CURDIR}/bc.library \ -# ${DESTDIR}/usr/share/misc - .include diff --git a/usr.bin/dc/Makefile b/usr.bin/dc/Makefile index 1ad72e0cfacb..6e16d85e2456 100644 --- a/usr.bin/dc/Makefile +++ b/usr.bin/dc/Makefile @@ -6,8 +6,6 @@ SRCS= dc.c bcode.c inout.c mem.c stack.c LDADD= -lcrypto DPADD= ${LIBCRYPTO} -#SUBDIR+= USD.doc - -WARNS?= 6 +SUBDIR+= USD.doc .include