diff options
author | 2003-04-16 19:25:17 +0000 | |
---|---|---|
committer | 2003-04-16 19:25:17 +0000 | |
commit | b7404ed62a49d11f7c4b8c155ab864c59c49335b (patch) | |
tree | 8802141adc08dbf9102912e54b403eb6721962a0 | |
parent | no more less.nro (diff) | |
download | wireguard-openbsd-b7404ed62a49d11f7c4b8c155ab864c59c49335b.tar.xz wireguard-openbsd-b7404ed62a49d11f7c4b8c155ab864c59c49335b.zip |
Add less to list so clean/obj work correctly.
-rw-r--r-- | distrib/special/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/distrib/special/Makefile b/distrib/special/Makefile index 3a8e34a1074..0f7aac4dddb 100644 --- a/distrib/special/Makefile +++ b/distrib/special/Makefile @@ -1,5 +1,5 @@ -# $OpenBSD: Makefile,v 1.7 2002/04/12 02:15:30 deraadt Exp $ +# $OpenBSD: Makefile,v 1.8 2003/04/16 19:25:17 drahn Exp $ -SUBDIR= ftp pppd rsh dhclient init dmesg grep kbd +SUBDIR= ftp pppd rsh dhclient init dmesg grep kbd less .include <bsd.subdir.mk> |