diff options
author | pjd <pjd@FreeBSD.org> | 2004-05-20 20:12:17 +0000 |
---|---|---|
committer | pjd <pjd@FreeBSD.org> | 2004-05-20 20:12:17 +0000 |
commit | ccdf5be9cee57e90f450a0321adac161fc97f195 (patch) | |
tree | 6a933ff5edbcb38c623f7e2848a6bf11c123cd4d /sbin/geom/class/concat | |
parent | ad72c978dabe88e013354d497aac877e44e68baa (diff) | |
download | FreeBSD-src-ccdf5be9cee57e90f450a0321adac161fc97f195.zip FreeBSD-src-ccdf5be9cee57e90f450a0321adac161fc97f195.tar.gz |
Various style.Makefile(5) improvements.
Inspired by: ru
Diffstat (limited to 'sbin/geom/class/concat')
-rw-r--r-- | sbin/geom/class/concat/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sbin/geom/class/concat/Makefile b/sbin/geom/class/concat/Makefile index c2b9100..16f81a5 100644 --- a/sbin/geom/class/concat/Makefile +++ b/sbin/geom/class/concat/Makefile @@ -1,9 +1,8 @@ # $FreeBSD$ -.PATH: ${.CURDIR}/../../misc +.PATH: ${.CURDIR}/../../misc CLASS= concat - NOMAN= notyet .include <bsd.lib.mk> |