diff options
author | bde <bde@FreeBSD.org> | 2004-03-05 05:48:58 +0000 |
---|---|---|
committer | bde <bde@FreeBSD.org> | 2004-03-05 05:48:58 +0000 |
commit | ea53bdf9aafdac2409070cd650bcbf58e596c816 (patch) | |
tree | b8b2754f3a04ddaf0c4b401bb2671ee69c997550 /etc/rc.d/Makefile | |
parent | ee5eaafdc65663f98b25c3a2bf2bb93eacbe7d05 (diff) | |
download | FreeBSD-src-ea53bdf9aafdac2409070cd650bcbf58e596c816.zip FreeBSD-src-ea53bdf9aafdac2409070cd650bcbf58e596c816.tar.gz |
Removed include of bsd.own.mk. It was just a style bug (half-baked
chumminess with the implementation).
Diffstat (limited to 'etc/rc.d/Makefile')
-rwxr-xr-x | etc/rc.d/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/etc/rc.d/Makefile b/etc/rc.d/Makefile index 9446e3f..6482436 100755 --- a/etc/rc.d/Makefile +++ b/etc/rc.d/Makefile @@ -1,8 +1,6 @@ # $NetBSD: Makefile,v 1.16 2001/01/14 15:37:22 minoura Exp $ # $FreeBSD$ -.include <bsd.own.mk> - FILES= DAEMON LOGIN NETWORKING SERVERS \ abi accounting addswap adjkerntz amd \ apm apmd archdep atm1 atm2 atm3 \ |