sync with OpenBSD -current
This commit is contained in:
parent
11caf8af74
commit
3d9c23ff6f
6 changed files with 25 additions and 6 deletions
19
app/sxpm/Makefile
Normal file
19
app/sxpm/Makefile
Normal file
|
@ -0,0 +1,19 @@
|
|||
# $OpenBSD: Makefile,v 1.1 2024/06/04 05:42:22 matthieu Exp $
|
||||
|
||||
.include <bsd.xconf.mk>
|
||||
|
||||
PROG=sxpm
|
||||
NOMAN=
|
||||
|
||||
CPPFLAGS+= -I${X11BASE}/include
|
||||
|
||||
LDADD+= -L${X11BASE}/lib -lXt -lX11 -lXext -lXpm
|
||||
|
||||
MANDIR= ${X11BASE}/man/man
|
||||
|
||||
obj: _xenocara_obj
|
||||
|
||||
.PATH.c: ${.CURDIR}/../../lib/libXpm/sxpm
|
||||
|
||||
.include <bsd.prog.mk>
|
||||
.include <bsd.xorg.mk>
|
Loading…
Add table
Add a link
Reference in a new issue