at 24.05-pre 282 B view raw
1diff --git a/Makefile b/Makefile 2index 1fe4c41..2c69558 100644 3--- a/Makefile 4+++ b/Makefile 5@@ -16,7 +16,7 @@ LIBS = -lutil 6 PREFIX = /usr/local 7 8 all: 9- ${CC} ${CFLAGS} -Wall ${LIBS} -o empty empty.c 10+ ${CC} ${CFLAGS} -Wall -o empty empty.c ${LIBS} 11 12 FreeBSD: all 13 NetBSD: all