diff options
author | Nick Shipp <nick@shipp.ninja> | 2017-01-29 01:55:03 -0500 |
---|---|---|
committer | Nick Shipp <nick@shipp.ninja> | 2017-01-29 01:55:03 -0500 |
commit | 51bdf9b16594c4ad0c5e793583cfa0c12c61583c (patch) | |
tree | 9b58bff4f843f90c0a37c3d0d5a372128717e0d1 /Makefile | |
parent | 7ebbd64b16a8cd7d94961b34a394a511c08f0350 (diff) |
Depend on dhcpcd starting wpa_supplicant
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3,7 +3,7 @@ CC = musl-gcc OBJ = sinit.o BIN = sinit -CFLAGS = $(shell pkg-config --cflags libevdev) -Os +CFLAGS = -Os all: $(BIN) poweroff reboot |