blob: 35217a33629b7754671c528a70dfadf61acd5c52 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- src/Makefile.orig 2021-09-10 17:26:01 UTC
+++ src/Makefile
@@ -8,7 +8,7 @@ SRCS+= dhcp-common.c script.c
CFLAGS?= -O2
SUBDIRS+= ${MKDIRS}
-TOP?= ..
+TOP= ..
include ${TOP}/iconfig.mk
CSTD?= c99
|