1
0
mirror of https://github.com/Interlisp/maiko.git synced 2026-03-27 10:20:37 +00:00

Remove __USE_BSD define that was copied from Linux. (#68)

This isn't / wasn't needed on FreeBSD.
This commit is contained in:
Bruce Mitchener
2020-12-16 01:09:39 +07:00
committed by GitHub
parent 4862e8bbb6
commit 8c617452f7

View File

@@ -24,7 +24,7 @@ DISPOPTFLAGS = -O1 -gdwarf-2
FPFLAGS =
DFLAGS = -DFSERROR -DNEW_STORAGE -DFREEBSD -DOLD_CURSOR \
-DBYTESWAP -DFORKCOMM -DNOFORN -DLOGINT $(XFLAGS) \
-DRELEASE=351 -D__USE_BSD
-DRELEASE=351
LDFLAGS = -L/usr/local/lib -lX11 -lc -lm -lcrypt
LDELDFLAGS = -L/usr/local/lib -lX11 -lc -lm