From 3c586c781a65b825cc4a0251d04ec5e7a6faced1 Mon Sep 17 00:00:00 2001 From: Hiten Pandya Date: Sun, 20 Jun 2004 02:36:01 +0000 Subject: [PATCH] Hook up the recently added utilities [1] to the build. [1] = asf(1), csplit(1) and tabs(1) --- usr.bin/Makefile | 4 +++- usr.sbin/Makefile | 3 ++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/usr.bin/Makefile b/usr.bin/Makefile index 1a6ff278d8..7935df5edf 100644 --- a/usr.bin/Makefile +++ b/usr.bin/Makefile @@ -1,6 +1,6 @@ # From: @(#)Makefile 8.3 (Berkeley) 1/7/94 # $FreeBSD: src/usr.bin/Makefile,v 1.144.2.17 2003/01/04 17:17:07 obrien Exp $ -# $DragonFly: src/usr.bin/Makefile,v 1.12 2004/05/27 18:15:41 dillon Exp $ +# $DragonFly: src/usr.bin/Makefile,v 1.13 2004/06/20 02:36:01 hmp Exp $ # XXX MISSING: deroff diction graph learn plot # spell spline struct xsend @@ -38,6 +38,7 @@ SUBDIR= alias \ comm \ compile_et \ compress \ + csplit \ ctags \ cut \ dirname \ @@ -155,6 +156,7 @@ SUBDIR= alias \ su \ symorder \ systat \ + tabs \ tail \ talk \ tcopy \ diff --git a/usr.sbin/Makefile b/usr.sbin/Makefile index 15cf7db2a9..42d993ed92 100644 --- a/usr.sbin/Makefile +++ b/usr.sbin/Makefile @@ -1,6 +1,6 @@ # From: @(#)Makefile 5.20 (Berkeley) 6/12/93 # $FreeBSD: src/usr.sbin/Makefile,v 1.183.2.14 2003/04/16 11:01:51 ru Exp $ -# $DragonFly: src/usr.sbin/Makefile,v 1.9 2004/05/27 18:15:42 dillon Exp $ +# $DragonFly: src/usr.sbin/Makefile,v 1.10 2004/06/20 02:36:01 hmp Exp $ # XXX MISSING: mkproto SUBDIR= IPXrouted \ @@ -10,6 +10,7 @@ SUBDIR= IPXrouted \ amd \ ancontrol \ arp \ + asf \ atm \ bootparamd \ burncd \ -- 2.41.0