diff options
author | 2007-10-05 16:58:21 +0000 | |
---|---|---|
committer | 2007-10-05 16:58:21 +0000 | |
commit | f0a8b98c3eefbaf5ce77752c40ed908c46eb2ad3 (patch) | |
tree | e58b8b4db53d70b4eea40d67eb7264cb5decf716 | |
parent | work in obj dir (diff) | |
download | wireguard-openbsd-f0a8b98c3eefbaf5ce77752c40ed908c46eb2ad3.tar.xz wireguard-openbsd-f0a8b98c3eefbaf5ce77752c40ed908c46eb2ad3.zip |
typo
-rw-r--r-- | regress/usr.bin/bc/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/regress/usr.bin/bc/Makefile b/regress/usr.bin/bc/Makefile index 9a0cb50adb5..ccc215b78b8 100644 --- a/regress/usr.bin/bc/Makefile +++ b/regress/usr.bin/bc/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.9 2003/12/09 12:49:01 otto Exp $ +# $OpenBSD: Makefile,v 1.10 2007/10/05 16:58:21 otto Exp $ BC=bc @@ -26,7 +26,7 @@ REGRESS_TARGETS=t1 t2 t3 t4 t5 t6 t7 t8 t9 t10 t11 t12 t13 t14 t15 t16 t17 t18 # t17: long var names # t18: towers of hanoi -all: clean ${REGRESS_TARGET} +all: clean .SUFFIXES: .in |