diff options
author | 2001-02-22 22:56:39 +0000 | |
---|---|---|
committer | 2001-02-22 22:56:39 +0000 | |
commit | e3b318bc9965c83293a0630b206cdcef84ccfe84 (patch) | |
tree | 756a93d597c3f0137052d0eaffa37931e86f07e3 | |
parent | Add a caveat about our O_TRUNC paranoia; art@ ok (diff) | |
download | wireguard-openbsd-e3b318bc9965c83293a0630b206cdcef84ccfe84.tar.xz wireguard-openbsd-e3b318bc9965c83293a0630b206cdcef84ccfe84.zip |
sort belongs in here too
-rw-r--r-- | regress/usr.bin/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/regress/usr.bin/Makefile b/regress/usr.bin/Makefile index c2353db45ae..07b8c0b383e 100644 --- a/regress/usr.bin/Makefile +++ b/regress/usr.bin/Makefile @@ -1,7 +1,7 @@ -# $OpenBSD: Makefile,v 1.4 2001/02/22 18:13:37 espie Exp $ +# $OpenBSD: Makefile,v 1.5 2001/02/22 22:56:39 millert Exp $ # $NetBSD: Makefile,v 1.1 1997/12/30 23:27:11 cgd Exp $ -SUBDIR+= m4 make tsort +SUBDIR+= m4 make sort tsort regress: _SUBDIRUSE |