diff options
author | Dale Rahn <drahn@cvs.openbsd.org> | 2003-04-16 19:25:18 +0000 |
---|---|---|
committer | Dale Rahn <drahn@cvs.openbsd.org> | 2003-04-16 19:25:18 +0000 |
commit | 8caa2d39694db2e53f60e9bbf4f875b9b8b7aa89 (patch) | |
tree | c88c8060ca44aef96ba1cc6917e85cfdc603fac7 /distrib/special | |
parent | bac1744aed2d01798152c99062da3ba6d1bfeaf0 (diff) |
Add less to list so clean/obj work correctly.
Diffstat (limited to 'distrib/special')
-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> |