xref
: /
openbsd
/
regress
/
misc
/
sse2
/
libbar
/
Makefile
(revision a6445c1d)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
LIB
=
bar
2
SRCS
=
bar.c
3
4
CFLAGS
+= -
msse2
5
6
regress
:
all
7
8
.
include
<
bsd.lib.mk
>
9