From ecabc3b4eaa1360193427dad349e4c7dcc500760 Mon Sep 17 00:00:00 2001 From: Cameron Katri Date: Wed, 12 May 2021 17:38:15 -0400 Subject: adv_cmds: Fix BINDIRs --- adv_cmds/ps/Makefile | 10 ++++------ adv_cmds/stty/Makefile | 11 ++++------- 2 files changed, 8 insertions(+), 13 deletions(-) (limited to 'adv_cmds') diff --git a/adv_cmds/ps/Makefile b/adv_cmds/ps/Makefile index 606ddb7..0c382a2 100644 --- a/adv_cmds/ps/Makefile +++ b/adv_cmds/ps/Makefile @@ -1,9 +1,7 @@ PROG= ps -SRCS= fmt.c \ - keyword.c \ - nlist.c \ - print.c \ - ps.c \ - tasks.c +SRCS= fmt.c keyword.c nlist.c \ + print.c ps.c tasks.c + +BINDIR=/bin .include diff --git a/adv_cmds/stty/Makefile b/adv_cmds/stty/Makefile index ca4cb9f..c8ec706 100644 --- a/adv_cmds/stty/Makefile +++ b/adv_cmds/stty/Makefile @@ -1,10 +1,7 @@ PROG= stty -SRCS= cchar.c \ - gfmt.c \ - key.c \ - modes.c \ - print.c \ - stty.c \ - util.c +SRCS= cchar.c gfmt.c key.c \ + modes.c print.c stty.c util.c + +BINDIR=/bin .include -- cgit v1.2.3-56-ge451