diff options
| author | Peter Wemm <peter@FreeBSD.org> | 1999-04-18 15:56:20 +0000 |
|---|---|---|
| committer | Peter Wemm <peter@FreeBSD.org> | 1999-04-18 15:56:20 +0000 |
| commit | 2ec18d8b24fbb6936573ebd11ebab372292429d3 (patch) | |
| tree | b4f37298f674faf4cc931c9cd130925582b616a3 | |
| parent | a49a3d44335c0292ad2f14ecc2c85537952c32b5 (diff) | |
Notes
| -rw-r--r-- | sbin/Makefile | 4 | ||||
| -rw-r--r-- | usr.bin/Makefile | 3 |
2 files changed, 2 insertions, 5 deletions
diff --git a/sbin/Makefile b/sbin/Makefile index c6071ccba9bb9..be7781d5fb931 100644 --- a/sbin/Makefile +++ b/sbin/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.5 (Berkeley) 3/31/94 -# $Id: Makefile,v 1.66 1999/02/27 10:54:06 jkh Exp $ +# $Id: Makefile,v 1.67 1999/03/12 15:38:53 brian Exp $ # XXX MISSING: icheck ncheck @@ -28,8 +28,6 @@ SUBDIR= adjkerntz \ ldconfig \ md5 \ mknod \ - modload \ - modunload \ mount \ mount_cd9660 \ mount_ext2fs \ diff --git a/usr.bin/Makefile b/usr.bin/Makefile index d3d9b8063b959..22d1aaf1dd7ac 100644 --- a/usr.bin/Makefile +++ b/usr.bin/Makefile @@ -1,5 +1,5 @@ # From: @(#)Makefile 8.3 (Berkeley) 1/7/94 -# $Id: Makefile,v 1.125 1999/04/15 13:42:48 des Exp $ +# $Id: Makefile,v 1.126 1999/04/18 09:51:43 obrien Exp $ # XXX MISSING: deroff diction graph learn plot # spell spline struct xsend @@ -213,7 +213,6 @@ SUBDIR+=ar \ gcore \ gprof \ gprof4 \ - modstat \ nm \ ranlib \ sasc \ |
