diff options
author | markm <markm@FreeBSD.org> | 2002-04-28 12:36:56 +0000 |
---|---|---|
committer | markm <markm@FreeBSD.org> | 2002-04-28 12:36:56 +0000 |
commit | bf0d40842d105b74876c2d4d55c2cb34654c8e55 (patch) | |
tree | ca0db2251e07e482a183ead7fd481867ba4a3e77 /usr.bin | |
parent | 20e29126e78e9c75f854655defe093b160f3ac5d (diff) | |
download | FreeBSD-src-bf0d40842d105b74876c2d4d55c2cb34654c8e55.zip FreeBSD-src-bf0d40842d105b74876c2d4d55c2cb34654c8e55.tar.gz |
Very minor whitespace nit.
Diffstat (limited to 'usr.bin')
-rw-r--r-- | usr.bin/lsvfs/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.bin/lsvfs/Makefile b/usr.bin/lsvfs/Makefile index b2b0611..324b6fd 100644 --- a/usr.bin/lsvfs/Makefile +++ b/usr.bin/lsvfs/Makefile @@ -1,4 +1,5 @@ # $FreeBSD$ + PROG= lsvfs .include <bsd.prog.mk> |