From 2ea3d46f1341716daa1370f0f19d1fc571c3e63a Mon Sep 17 00:00:00 2001 From: Quentin Rameau Date: Mon, 30 Apr 2018 16:13:12 +0200 Subject: Makefile: move OS-specific libs to configure script --- config.mk | 3 --- 1 file changed, 3 deletions(-) (limited to 'config.mk') diff --git a/config.mk b/config.mk index bb2324f..6fbf696 100644 --- a/config.mk +++ b/config.mk @@ -10,9 +10,6 @@ MANPREFIX = ${PREFIX}/share/man X11INC = /usr/X11R6/include X11LIB = /usr/X11R6/lib -# OpenBSD (uncomment) -#OSSLIBS = -lossaudio - # flags CFLAGS = -std=c99 -pedantic -Wall -Wextra -Os LDFLAGS = -s -- cgit v1.2.3