diff options
author | ru <ru@FreeBSD.org> | 2005-09-28 07:49:30 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2005-09-28 07:49:30 +0000 |
commit | 0c0c3232d61c8a3c3c07cb3935a0ecfdcb00ca6b (patch) | |
tree | 0a77abcf6d0799d7f460a9d95b50ddac61b67896 | |
parent | b568c687405199895b498bf08ce3c8b4f46ca9c8 (diff) | |
download | FreeBSD-src-0c0c3232d61c8a3c3c07cb3935a0ecfdcb00ca6b.zip FreeBSD-src-0c0c3232d61c8a3c3c07cb3935a0ecfdcb00ca6b.tar.gz |
Add NO_OBJ.
-rw-r--r-- | usr.bin/lorder/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.bin/lorder/Makefile b/usr.bin/lorder/Makefile index 6199682..0e7071f 100644 --- a/usr.bin/lorder/Makefile +++ b/usr.bin/lorder/Makefile @@ -1,6 +1,7 @@ # @(#)Makefile 8.1 (Berkeley) 6/6/93 # $FreeBSD$ +NO_OBJ= SCRIPTS=lorder.sh MAN= lorder.1 |