Commit Diff


commit - 604a321f5fbf3db2e50b41afdd4d25f2040658da
commit + 0f58683d96471fc6276e43fd17efa1db44b1fcbe
blob - 1ddec38da6e98bef79c2fb23bfe73c1c8b0d8ac3
blob + 6d9573c5c4261b12f2b367da361c43a828e87759
--- README.md
+++ README.md
@@ -19,12 +19,6 @@ To build and install it, execute
 	$ make
 	$ doas make install
 
-On linux, `libbsd-overlay` must be used:
-
-	$ make CFLAGS="$(pkg-config --cflags libbsd-overlay)" \
-		LDFLAGS="$(pkg-config --libs libbsd-overlay libcrypto)"
-	$ sudo make install
-
 For casual use, an `install-local` target that only copies the programs
 in ~/bin is provided.