summaryrefslogtreecommitdiffstats
path: root/crypto/pqueue/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/pqueue/Makefile')
-rw-r--r--crypto/pqueue/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/pqueue/Makefile b/crypto/pqueue/Makefile
index 0a5da2f38f..fb36a0c876 100644
--- a/crypto/pqueue/Makefile
+++ b/crypto/pqueue/Makefile
@@ -22,7 +22,7 @@ LIBOBJ=pqueue.o
SRC= $(LIBSRC)
-EXHEADER= pqueue.h pq_compat.h
+EXHEADER= pqueue.h
HEADER= $(EXHEADER)
ALL= $(GENERAL) $(SRC) $(HEADER)