diff options
author | 2003-05-28 19:19:41 +0000 | |
---|---|---|
committer | 2003-05-28 19:19:41 +0000 | |
commit | 1377e943cbfc862462092d98af4f91e6b2e2edd9 (patch) | |
tree | 4f3fd024bb52afbe419320fef830bb48f47e84bc | |
parent | Print some debug info on match routine failure (diff) | |
download | wireguard-openbsd-1377e943cbfc862462092d98af4f91e6b2e2edd9.tar.xz wireguard-openbsd-1377e943cbfc862462092d98af4f91e6b2e2edd9.zip |
Revert last commit; it is not needed
-rw-r--r-- | distrib/special/more/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/distrib/special/more/Makefile b/distrib/special/more/Makefile index 4d1117ca22c..ff6eecdd03d 100644 --- a/distrib/special/more/Makefile +++ b/distrib/special/more/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.4 2003/05/28 19:14:19 millert Exp $ +# $OpenBSD: Makefile,v 1.5 2003/05/28 19:19:41 millert Exp $ PROG= more MAN= @@ -12,6 +12,4 @@ beforedepend: morehelp.h morehelp.h: ${.CURDIR}/more.help sed 's/\(^.*$$\)/\"\1\",/' ${.CURDIR}/more.help > morehelp.h -more.o: morehelp.h - .include <bsd.prog.mk> |