diff options
author | 2011-07-08 22:34:05 +0000 | |
---|---|---|
committer | 2011-07-08 22:34:05 +0000 | |
commit | ab53ea77b3a67e94f3410494e739daa7fba233bd (patch) | |
tree | d2f8d7ccd33b39539fe22d5cbf397f8c1202bb9d | |
parent | Revert (leaving the complex math part alone). Some stuff is depending (diff) | |
download | wireguard-openbsd-ab53ea77b3a67e94f3410494e739daa7fba233bd.tar.xz wireguard-openbsd-ab53ea77b3a67e94f3410494e739daa7fba233bd.zip |
Revert.
-rw-r--r-- | usr.sbin/ztsscale/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/usr.sbin/ztsscale/Makefile b/usr.sbin/ztsscale/Makefile index 2c63d74b9f4..06136fadfb6 100644 --- a/usr.sbin/ztsscale/Makefile +++ b/usr.sbin/ztsscale/Makefile @@ -1,11 +1,8 @@ -# $OpenBSD: Makefile,v 1.3 2011/07/08 19:53:22 martynas Exp $ +# $OpenBSD: Makefile,v 1.4 2011/07/08 22:34:05 martynas Exp $ .if ${MACHINE} == "zaurus" SRCS= ztsscale.c -LDADD= -lm -DPADD= ${LIBM} - PROG= ztsscale .else NOPROG=yes |