summaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
authornaddy@openbsd.org <naddy@openbsd.org>2017-12-12 15:06:12 +0000
committerDamien Miller <djm@mindrot.org>2017-12-19 15:17:38 +1100
commit012e5cb839faf76549e3b6101b192fe1a74d367e (patch)
tree8144e791fb9e1fc015b29504aaa268f98184149d /Makefile.in
parentb35addfb4cd3b5cdb56a2a489d38e940ada926c7 (diff)
upstream commit
Create a persistent umac128.c source file: #define the output size and the name of the entry points for UMAC-128 before including umac.c. Idea from FreeBSD. ok dtucker@ OpenBSD-Commit-ID: 463cfacfa07cb8060a4d4961e63dca307bf3f4b1
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in7
1 files changed, 0 insertions, 7 deletions
diff --git a/Makefile.in b/Makefile.in
index 25b57987..4b6dfc47 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -218,13 +218,6 @@ $(CONFIGFILES): $(CONFIGFILES_IN)
moduli:
echo
-# special case target for umac128
-umac128.o: umac.c
- $(CC) $(CFLAGS) $(CPPFLAGS) -o umac128.o -c $(srcdir)/umac.c \
- -DUMAC_OUTPUT_LEN=16 -Dumac_new=umac128_new \
- -Dumac_update=umac128_update -Dumac_final=umac128_final \
- -Dumac_delete=umac128_delete -Dumac_ctx=umac128_ctx
-
clean: regressclean
rm -f *.o *.a $(TARGETS) logintest config.cache config.log
rm -f *.out core survey