diff options
author | 1995-12-15 02:55:22 +0000 | |
---|---|---|
committer | 1995-12-15 02:55:22 +0000 | |
commit | 7dcfbd9db17e0035f4f16a6ec81502244c31e8b7 (patch) | |
tree | 76f88385066ca62619ff79144b56ae0157af50bd | |
parent | look for additional sources in crypt/ (diff) | |
download | wireguard-openbsd-7dcfbd9db17e0035f4f16a6ec81502244c31e8b7.tar.xz wireguard-openbsd-7dcfbd9db17e0035f4f16a6ec81502244c31e8b7.zip |
rearrange to make it compile; from azcb0@juts.ccc.amdahl.com, netbsd pr#1838
-rw-r--r-- | usr.sbin/gspa/gspa/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/gspa/gspa/Makefile b/usr.sbin/gspa/gspa/Makefile index 9402c800b5c..61ac04bd471 100644 --- a/usr.sbin/gspa/gspa/Makefile +++ b/usr.sbin/gspa/gspa/Makefile @@ -3,8 +3,8 @@ PROG= gspa CFLAGS+=-I. -I${.CURDIR} HDRS= gsp_ass.h gsp_code.h -SRCS= gspa.c gsp_out.c gsp_sym.c gsp_lex.c gsp_act.c gsp_eval.c \ - gsp_inst.c gsp_pseu.c gsp_gram.c +SRCS= gsp_gram.c gspa.c gsp_out.c gsp_sym.c gsp_lex.c gsp_act.c \ + gsp_eval.c gsp_inst.c gsp_pseu.c NOMAN= noman CLEANFILES+=gsp_gram.c y.tab.h |